hotspot/src/share/vm/runtime/vmThread.hpp
changeset 14582 490bb6c0df7c
parent 13963 e5b53c306fb5
child 14583 d70ee55535f4
equal deleted inserted replaced
14581:8427edf5a77b 14582:490bb6c0df7c
   135 
   135 
   136   // Returns the single instance of VMThread.
   136   // Returns the single instance of VMThread.
   137   static VMThread* vm_thread()                    { return _vm_thread; }
   137   static VMThread* vm_thread()                    { return _vm_thread; }
   138 
   138 
   139   // GC support
   139   // GC support
   140   void oops_do(OopClosure* f, CodeBlobClosure* cf);
   140   void oops_do(OopClosure* f, CLDToOopClosure* cld_f, CodeBlobClosure* cf);
   141 
   141 
   142   // Debugging
   142   // Debugging
   143   void print_on(outputStream* st) const;
   143   void print_on(outputStream* st) const;
   144   void print() const                              { print_on(tty); }
   144   void print() const                              { print_on(tty); }
   145   void verify();
   145   void verify();