hotspot/src/share/vm/runtime/synchronizer.hpp
changeset 31856 614d6786ba55
parent 30244 d4e471395ff5
child 33595 5830c3ae532d
--- a/hotspot/src/share/vm/runtime/synchronizer.hpp	Sat Jul 18 04:53:32 2015 +0200
+++ b/hotspot/src/share/vm/runtime/synchronizer.hpp	Tue Jul 21 07:28:37 2015 -0700
@@ -72,6 +72,7 @@
   static void notify(Handle obj, TRAPS);
   static void notifyall(Handle obj, TRAPS);
 
+  static bool quick_notify(oopDesc* obj, Thread* Self, bool All);
   static bool quick_enter(oop obj, Thread* Self, BasicLock* Lock);
 
   // Special internal-use-only method for use by JVM infrastructure