src/hotspot/share/runtime/synchronizer.hpp
changeset 51860 54aafb3ba9ab
parent 51258 2ce72467c4e8
child 51998 27b48d82272c
equal deleted inserted replaced
51859:1a35c474e4a6 51860:54aafb3ba9ab
   103   // with original recursion count
   103   // with original recursion count
   104   static intptr_t complete_exit(Handle obj, TRAPS);
   104   static intptr_t complete_exit(Handle obj, TRAPS);
   105   static void reenter (Handle obj, intptr_t recursion, TRAPS);
   105   static void reenter (Handle obj, intptr_t recursion, TRAPS);
   106 
   106 
   107   // thread-specific and global objectMonitor free list accessors
   107   // thread-specific and global objectMonitor free list accessors
   108   static void verifyInUse(Thread * Self);
       
   109   static ObjectMonitor * omAlloc(Thread * Self);
   108   static ObjectMonitor * omAlloc(Thread * Self);
   110   static void omRelease(Thread * Self, ObjectMonitor * m,
   109   static void omRelease(Thread * Self, ObjectMonitor * m,
   111                         bool FromPerThreadAlloc);
   110                         bool FromPerThreadAlloc);
   112   static void omFlush(Thread * Self);
   111   static void omFlush(Thread * Self);
   113 
   112