hotspot/src/share/vm/runtime/synchronizer.hpp
changeset 29070 b0a5fc9c59c8
parent 28621 37cc414b6491
child 30244 d4e471395ff5
--- a/hotspot/src/share/vm/runtime/synchronizer.hpp	Fri Feb 13 13:17:13 2015 +0100
+++ b/hotspot/src/share/vm/runtime/synchronizer.hpp	Fri Feb 13 10:01:42 2015 -0800
@@ -72,6 +72,8 @@
   static void notify(Handle obj, TRAPS);
   static void notifyall(Handle obj, TRAPS);
 
+  static bool quick_enter(oop obj, Thread* Self, BasicLock* Lock);
+
   // Special internal-use-only method for use by JVM infrastructure
   // that needs to wait() on a java-level object but that can't risk
   // throwing unexpected InterruptedExecutionExceptions.