src/hotspot/share/runtime/safepointMechanism.hpp
changeset 53631 a5321bcfa2de
parent 53244 9807daeb47c4
child 53646 043ae846819f
--- a/src/hotspot/share/runtime/safepointMechanism.hpp	Mon Feb 04 14:10:53 2019 -0500
+++ b/src/hotspot/share/runtime/safepointMechanism.hpp	Mon Feb 04 21:42:47 2019 +0100
@@ -49,7 +49,7 @@
   static inline bool local_poll(Thread* thread);
   static inline bool global_poll();
 
-  static inline void block_if_requested_local_poll(JavaThread *thread);
+  static void block_if_requested_slow(JavaThread *thread);
 
   static void default_initialize();