Changeset 297
- Timestamp:
- Jun 16, 2011, 2:27:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/os/windows/vm/os_windows.cpp
r296 r297 3425 3425 } 3426 3426 main_thread_id = (int) GetCurrentThreadId(); 3427 3428 #ifdef __WIN32OS2__ 3429 // The mprotect-based memory barrier technique seems be very unstable under 3430 // the SMP kernel on OS/2 for some reason. This needs more investigation and 3431 // hence we force the old mode using the fence instructions for the time 3432 // being. See #118 for more details. 3433 UseMembar = true; 3434 #endif 3427 3435 } 3428 3436
Note:
See TracChangeset
for help on using the changeset viewer.