diff -r ef084b317ced -r c0bc7e5653fb hotspot/src/share/vm/runtime/vmThread.hpp --- a/hotspot/src/share/vm/runtime/vmThread.hpp Mon Apr 28 09:31:25 2014 +0000 +++ b/hotspot/src/share/vm/runtime/vmThread.hpp Thu May 01 05:52:28 2014 -0700 @@ -128,9 +128,6 @@ // 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(); // Performance measurement