src/share/vm/runtime/vmThread.hpp

changeset 6973
4af19b914f53
parent 4299
f34d701e952e
child 7535
7ae4e26cb1e0
child 9904
4698900b8221
equal deleted inserted replaced
6972:64ac9c55d666 6973:4af19b914f53
124 124
125 // Returns the single instance of VMThread. 125 // Returns the single instance of VMThread.
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, CLDToOopClosure* cld_f, CodeBlobClosure* cf); 129 void oops_do(OopClosure* f, CLDClosure* cld_f, CodeBlobClosure* cf);
130 130
131 // Debugging 131 // Debugging
132 void print_on(outputStream* st) const; 132 void print_on(outputStream* st) const;
133 void print() const { print_on(tty); } 133 void print() const { print_on(tty); }
134 void verify(); 134 void verify();

mercurial