diff src/share/vm/runtime/safepoint.hpp @ 4873:0382d2b469b2

7013347: allow crypto functions to be called inline to enhance performance Reviewed-by: kvn
author never
date Wed, 01 Feb 2012 16:57:08 -0800
parents 1a2723f7ad8e
children d2a62e0f25eb
line wrap: on
line diff
--- a/src/share/vm/runtime/safepoint.hpp	Wed Feb 01 07:59:01 2012 -0800
+++ b/src/share/vm/runtime/safepoint.hpp	Wed Feb 01 16:57:08 2012 -0800
@@ -140,6 +140,8 @@
 
   static bool safepoint_safe(JavaThread *thread, JavaThreadState state);
 
+  static void check_for_lazy_critical_native(JavaThread *thread, JavaThreadState state);
+
   // Query
   inline static bool is_at_safepoint()   { return _state == _synchronized;  }
   inline static bool is_synchronizing()  { return _state == _synchronizing;  }