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

src/share/vm/runtime/thread.cpp

Print this page

        

*** 228,238 **** #ifdef ASSERT _visited_for_critical_count = false; #endif ! _SR_lock = new Monitor(Mutex::suspend_resume, "SR_lock", true); _suspend_flags = 0; // thread-specific hashCode stream generator state - Marsaglia shift-xor form _hashStateX = os::random(); _hashStateY = 842502087; --- 228,239 ---- #ifdef ASSERT _visited_for_critical_count = false; #endif ! _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