src/share/vm/runtime/vmThread.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/vmThread.hpp	Thu Nov 22 14:37:35 2012
--- new/src/share/vm/runtime/vmThread.hpp	Thu Nov 22 14:37:35 2012

*** 135,145 **** --- 135,145 ---- // 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();

src/share/vm/runtime/vmThread.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File