src/hotspot/share/runtime/mutexLocker.cpp
changeset 53469 1d953ae4d39f
parent 53404 9ff1e6cacac3
child 53775 5d20b085d893
--- a/src/hotspot/share/runtime/mutexLocker.cpp	Thu Jan 24 14:43:56 2019 +0100
+++ b/src/hotspot/share/runtime/mutexLocker.cpp	Thu Jan 24 08:44:26 2019 -0500
@@ -306,7 +306,7 @@
   def(JvmtiThreadState_lock        , PaddedMutex  , nonleaf+2,   false, Monitor::_safepoint_check_always);     // Used by JvmtiThreadState/JvmtiEventController
   def(Management_lock              , PaddedMutex  , nonleaf+2,   false, Monitor::_safepoint_check_always);     // used for JVM management
 
-  def(Compile_lock                 , PaddedMutex  , nonleaf+3,   true,  Monitor::_safepoint_check_sometimes);
+  def(Compile_lock                 , PaddedMutex  , nonleaf+3,   true,  Monitor::_safepoint_check_always);
   def(MethodData_lock              , PaddedMutex  , nonleaf+3,   false, Monitor::_safepoint_check_always);
   def(TouchedMethodLog_lock        , PaddedMutex  , nonleaf+3,   false, Monitor::_safepoint_check_always);