hotspot/src/share/vm/code/nmethod.hpp
changeset 28914 bee40a1e5cff
parent 27247 99db666dbe8e
child 28957 75ca61f0b7c7
--- 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);