src/share/vm/runtime/synchronizer.hpp

Print this page

        

*** 70,79 **** --- 70,80 ---- // Handle all interpreter, compiler and jni cases static int wait(Handle obj, jlong millis, TRAPS); 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 // that needs to wait() on a java-level object but that can't risk // throwing unexpected InterruptedExecutionExceptions.