< prev index next >

src/hotspot/share/runtime/threadSMR.cpp

Print this page

        

*** 34,47 **** #include "utilities/globalDefinitions.hpp" #include "utilities/ostream.hpp" #include "utilities/resourceHash.hpp" #include "utilities/vmError.hpp" - Monitor* ThreadsSMRSupport::_delete_lock = - new Monitor(Monitor::special, "Thread_SMR_delete_lock", - false /* allow_vm_block */, - Monitor::_safepoint_check_never); // The '_cnt', '_max' and '_times" fields are enabled via // -XX:+EnableThreadSMRStatistics: // # of parallel threads in _delete_lock->wait(). // Impl note: Hard to imagine > 64K waiting threads so this could be 16-bit, --- 34,43 ----
< prev index next >