hotspot/src/share/vm/interpreter/interpreter.cpp
changeset 5924 dc9d04930c82
parent 5882 6b2aecc4f7d8
child 6176 4d9030fe341f
--- a/hotspot/src/share/vm/interpreter/interpreter.cpp	Wed Jul 07 12:40:01 2010 -0700
+++ b/hotspot/src/share/vm/interpreter/interpreter.cpp	Thu Jul 08 14:29:44 2010 -0700
@@ -99,11 +99,6 @@
 #endif // PRODUCT
   // need to hit every safepoint in order to call zapping routine
   // register the interpreter
-  VTune::register_stub(
-    "Interpreter",
-    AbstractInterpreter::code()->code_start(),
-    AbstractInterpreter::code()->code_end()
-  );
   Forte::register_stub(
     "Interpreter",
     AbstractInterpreter::code()->code_start(),