diff src/share/vm/interpreter/interpreter.cpp @ 1644:2a47bd84841f

6965184: possible races in make_not_entrant_or_zombie Reviewed-by: kvn
author never
date Thu, 08 Jul 2010 14:29:44 -0700
parents 136b78722a08
children 126ea7725993
line wrap: on
line diff
--- a/src/share/vm/interpreter/interpreter.cpp	Wed Jul 07 12:40:01 2010 -0700
+++ b/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(),