src/share/vm/runtime/vmThread.hpp

Print this page
rev 5917 : imported patch cldclosure

*** 124,134 **** // Returns the single instance of VMThread. static VMThread* vm_thread() { return _vm_thread; } // GC support ! void oops_do(OopClosure* f, CLDToOopClosure* cld_f, CodeBlobClosure* cf); // Debugging void print_on(outputStream* st) const; void print() const { print_on(tty); } void verify(); --- 124,134 ---- // Returns the single instance of VMThread. static VMThread* vm_thread() { return _vm_thread; } // GC support ! void oops_do(OopClosure* f, CLDClosure* cld_f, CodeBlobClosure* cf); // Debugging void print_on(outputStream* st) const; void print() const { print_on(tty); } void verify();