hotspot/src/share/vm/runtime/vmThread.hpp
changeset 24331 c0bc7e5653fb
parent 22899 e2a6bf7f343a
child 37456 bf26e0f4235f
equal deleted inserted replaced
24243:ef084b317ced 24331:c0bc7e5653fb
   126   static VMThread* vm_thread()                    { return _vm_thread; }
   126   static VMThread* vm_thread()                    { return _vm_thread; }
   127 
   127 
   128   // GC support
   128   // GC support
   129   void oops_do(OopClosure* f, CLDClosure* cld_f, CodeBlobClosure* cf);
   129   void oops_do(OopClosure* f, CLDClosure* cld_f, CodeBlobClosure* cf);
   130 
   130 
   131   // Debugging
       
   132   void print_on(outputStream* st) const;
       
   133   void print() const                              { print_on(tty); }
       
   134   void verify();
   131   void verify();
   135 
   132 
   136   // Performance measurement
   133   // Performance measurement
   137   static PerfCounter* perf_accumulated_vm_operation_time()               { return _perf_accumulated_vm_operation_time; }
   134   static PerfCounter* perf_accumulated_vm_operation_time()               { return _perf_accumulated_vm_operation_time; }
   138 
   135