Changeset 296 for trunk/openjdk/hotspot/src/os/windows/vm/os_windows.cpp
- Timestamp:
- Jun 16, 2011, 11:43:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/os/windows/vm/os_windows.cpp
r278 r296 4254 4254 address addr = (address) exceptionRecord->ExceptionInformation[1]; 4255 4255 4256 if (os::is_memory_serialize_page(thread, addr)) 4256 if ( os::is_memory_serialize_page(thread, addr) ) { 4257 // Block current thread until the memory serialize page permission restored. 4258 os::block_on_serialize_page_trap(); 4257 4259 return EXCEPTION_CONTINUE_EXECUTION; 4260 } 4258 4261 } 4259 4262
Note: See TracChangeset
for help on using the changeset viewer.