< prev index next >

src/hotspot/share/runtime/synchronizer.hpp

Print this page
rev 51823 : imported patch syncknobs-07.2-Knob_VerifyInUse

@@ -103,11 +103,10 @@
   // with original recursion count
   static intptr_t complete_exit(Handle obj, TRAPS);
   static void reenter (Handle obj, intptr_t recursion, TRAPS);
 
   // thread-specific and global objectMonitor free list accessors
-  static void verifyInUse(Thread * Self);
   static ObjectMonitor * omAlloc(Thread * Self);
   static void omRelease(Thread * Self, ObjectMonitor * m,
                         bool FromPerThreadAlloc);
   static void omFlush(Thread * Self);
 
< prev index next >