src/hotspot/share/runtime/objectMonitor.hpp
changeset 51860 54aafb3ba9ab
parent 51702 ebd5b1ad971a
child 51960 bb1d5dd64897
equal deleted inserted replaced
51859:1a35c474e4a6 51860:54aafb3ba9ab
   193   static PerfCounter * _sync_Notifications;
   193   static PerfCounter * _sync_Notifications;
   194   static PerfCounter * _sync_Inflations;
   194   static PerfCounter * _sync_Inflations;
   195   static PerfCounter * _sync_Deflations;
   195   static PerfCounter * _sync_Deflations;
   196   static PerfLongVariable * _sync_MonExtant;
   196   static PerfLongVariable * _sync_MonExtant;
   197 
   197 
   198   static int Knob_ExitRelease;
       
   199   static int Knob_InlineNotify;
       
   200   static int Knob_Verbose;
       
   201   static int Knob_VerifyInUse;
       
   202   static int Knob_VerifyMatch;
       
   203   static int Knob_SpinLimit;
   198   static int Knob_SpinLimit;
   204 
   199 
   205   void* operator new (size_t size) throw();
   200   void* operator new (size_t size) throw();
   206   void* operator new[] (size_t size) throw();
   201   void* operator new[] (size_t size) throw();
   207   void operator delete(void* p);
   202   void operator delete(void* p);