Changeset 313 for trunk/openjdk/hotspot/src/os_cpu
- Timestamp:
- Feb 15, 2012, 4:45:07 PM (14 years ago)
- Location:
- trunk/openjdk/hotspot/src/os_cpu
- Files:
-
- 4 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/os_cpu/windows_x86/vm/atomic_windows_x86.inline.hpp
r309 r313 25 25 #ifndef OS_CPU_WINDOWS_X86_VM_ATOMIC_WINDOWS_X86_INLINE_HPP 26 26 #define OS_CPU_WINDOWS_X86_VM_ATOMIC_WINDOWS_X86_INLINE_HPP 27 28 #ifdef __EMX__29 30 #include "../../linux_x86/vm/atomic_linux_x86.inline.hpp"31 32 #else // __EMX__33 27 34 28 #include "orderAccess_windows_x86.inline.hpp" … … 292 286 #pragma warning(default: 4035) // Enables warnings reporting missing return statement 293 287 294 #endif // __EMX__295 296 288 #endif // OS_CPU_WINDOWS_X86_VM_ATOMIC_WINDOWS_X86_INLINE_HPP -
trunk/openjdk/hotspot/src/os_cpu/windows_x86/vm/bytes_windows_x86.inline.hpp
r309 r313 25 25 #ifndef OS_CPU_WINDOWS_X86_VM_BYTES_WINDOWS_X86_INLINE_HPP 26 26 #define OS_CPU_WINDOWS_X86_VM_BYTES_WINDOWS_X86_INLINE_HPP 27 28 #ifdef __EMX__29 30 #include "../../linux_x86/vm/bytes_linux_x86.inline.hpp"31 32 #else // __EMX__33 27 34 28 #pragma warning(disable: 4035) // Disable warning 4035: no return value … … 91 85 #pragma warning(default: 4035) // Enable warning 4035: no return value 92 86 93 #endif // __EMX__94 95 87 #endif // OS_CPU_WINDOWS_X86_VM_BYTES_WINDOWS_X86_INLINE_HPP -
trunk/openjdk/hotspot/src/os_cpu/windows_x86/vm/copy_windows_x86.inline.hpp
r309 r313 25 25 #ifndef OS_CPU_WINDOWS_X86_VM_COPY_WINDOWS_X86_INLINE_HPP 26 26 #define OS_CPU_WINDOWS_X86_VM_COPY_WINDOWS_X86_INLINE_HPP 27 28 #ifdef __EMX__29 30 #include "../../linux_x86/vm/copy_linux_x86.inline.hpp"31 32 #else // __EMX__33 27 34 28 static void pd_conjoint_words(HeapWord* from, HeapWord* to, size_t count) { … … 175 169 } 176 170 177 #endif // __EMX__178 179 171 #endif // OS_CPU_WINDOWS_X86_VM_COPY_WINDOWS_X86_INLINE_HPP -
trunk/openjdk/hotspot/src/os_cpu/windows_x86/vm/orderAccess_windows_x86.inline.hpp
r309 r313 25 25 #ifndef OS_CPU_WINDOWS_X86_VM_ORDERACCESS_WINDOWS_X86_INLINE_HPP 26 26 #define OS_CPU_WINDOWS_X86_VM_ORDERACCESS_WINDOWS_X86_INLINE_HPP 27 28 #ifdef __EMX__29 30 #include "../../linux_x86/vm/orderAccess_linux_x86.inline.hpp"31 32 #else // __EMX__33 27 34 28 #include "runtime/atomic.hpp" … … 223 217 #pragma warning(default: 4035) // Enables warnings reporting missing return statement 224 218 225 #endif // __EMX__226 227 219 #endif // OS_CPU_WINDOWS_X86_VM_ORDERACCESS_WINDOWS_X86_INLINE_HPP
Note:
See TracChangeset
for help on using the changeset viewer.