--- old/src/share/vm/runtime/synchronizer.hpp Fri Jul 3 16:07:42 2015 +++ new/src/share/vm/runtime/synchronizer.hpp Fri Jul 3 16:07:41 2015 @@ -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