src/share/vm/runtime/thread.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/thread.cpp	Thu Nov  6 12:39:42 2014
--- new/src/share/vm/runtime/thread.cpp	Thu Nov  6 12:39:41 2014

*** 225,235 **** --- 225,236 ---- #ifdef ASSERT _visited_for_critical_count = false; #endif ! _SR_lock = new Monitor(Mutex::suspend_resume, "SR_lock", true); ! _SR_lock = new Monitor(Mutex::suspend_resume, "SR_lock", true, + Monitor::_safepoint_check_sometimes); _suspend_flags = 0; // thread-specific hashCode stream generator state - Marsaglia shift-xor form _hashStateX = os::random(); _hashStateY = 842502087;

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