< prev index next >

src/share/vm/runtime/objectMonitor.hpp

Print this page
rev 12576 : 8171848: ObjectMonitor verify() and print() methods are empty
Reviewed-by: duke

*** 311,324 **** bool check(TRAPS); // true if the thread owns the monitor. void check_slow(TRAPS); void clear(); static void sanity_checks(); // public for -XX:+ExecuteInternalVMTests // in PRODUCT for -XX:SyncKnobs=Verbose=1 - #ifndef PRODUCT - void verify(); - void print(); - #endif void enter(TRAPS); void exit(bool not_suspended, TRAPS); void wait(jlong millis, bool interruptable, TRAPS); void notify(TRAPS); --- 311,320 ----
< prev index next >