src/hotspot/share/runtime/mutex.hpp
changeset 50280 5aaf3a471172
parent 50203 39d88709b138
child 52555 3b2d22602c16
--- a/src/hotspot/share/runtime/mutex.hpp	Mon May 28 09:05:43 2018 +0200
+++ b/src/hotspot/share/runtime/mutex.hpp	Mon May 28 09:59:11 2018 +0200
@@ -144,7 +144,7 @@
 #endif
 
   void set_owner_implementation(Thread* owner)                        PRODUCT_RETURN;
-  void check_prelock_state     (Thread* thread)                       PRODUCT_RETURN;
+  void check_prelock_state     (Thread* thread, bool safepoint_check) PRODUCT_RETURN;
   void check_block_state       (Thread* thread)                       PRODUCT_RETURN;
 
   // platform-dependent support code can go here (in os_<os_family>.cpp)