src/hotspot/share/runtime/safepoint.hpp
changeset 53646 043ae846819f
parent 53244 9807daeb47c4
child 53775 5d20b085d893
--- a/src/hotspot/share/runtime/safepoint.hpp	Tue Feb 05 13:21:59 2019 -0500
+++ b/src/hotspot/share/runtime/safepoint.hpp	Tue Feb 05 15:12:13 2019 -0500
@@ -143,7 +143,7 @@
   }
 
   // Called when a thread voluntarily blocks
-  static void   block(JavaThread *thread);
+  static void   block(JavaThread *thread, bool block_in_safepoint_check = true);
 
   friend class SafepointMechanism;