src/share/vm/runtime/vmThread.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/vmThread.cpp	Tue Dec  9 14:42:32 2014
--- new/src/share/vm/runtime/vmThread.cpp	Tue Dec  9 14:42:31 2014

*** 212,222 **** --- 212,223 ---- // Create VM operation queue _vm_queue = new VMOperationQueue(); guarantee(_vm_queue != NULL, "just checking"); ! _terminate_lock = new Monitor(Mutex::safepoint, "VMThread::_terminate_lock", true); ! _terminate_lock = new Monitor(Mutex::safepoint, "VMThread::_terminate_lock", true, + Monitor::_safepoint_check_never); if (UsePerfData) { // jvmstat performance counters Thread* THREAD = Thread::current(); _perf_accumulated_vm_operation_time =

src/share/vm/runtime/vmThread.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File