diff -r 252f7d579300 -r bee40a1e5cff hotspot/src/share/vm/code/nmethod.hpp --- a/hotspot/src/share/vm/code/nmethod.hpp Thu Jan 29 10:26:02 2015 -0800 +++ b/hotspot/src/share/vm/code/nmethod.hpp Thu Jan 29 19:16:47 2015 +0100 @@ -730,11 +730,6 @@ int compile_id() const { return _compile_id; } const char* compile_kind() const; - // For debugging - // CompiledIC* IC_at(char* p) const; - // PrimitiveIC* primitiveIC_at(char* p) const; - oop embeddedOop_at(address p); - // tells if any of this method's dependencies have been invalidated // (this is expensive!) static void check_all_dependencies(DepChange& changes);