hotspot/src/share/vm/interpreter/interpreter.cpp
changeset 5924 dc9d04930c82
parent 5882 6b2aecc4f7d8
child 6176 4d9030fe341f
equal deleted inserted replaced
5915:406168b53eb0 5924:dc9d04930c82
    97 #ifndef PRODUCT
    97 #ifndef PRODUCT
    98   if (TraceBytecodes) BytecodeTracer::set_closure(BytecodeTracer::std_closure());
    98   if (TraceBytecodes) BytecodeTracer::set_closure(BytecodeTracer::std_closure());
    99 #endif // PRODUCT
    99 #endif // PRODUCT
   100   // need to hit every safepoint in order to call zapping routine
   100   // need to hit every safepoint in order to call zapping routine
   101   // register the interpreter
   101   // register the interpreter
   102   VTune::register_stub(
       
   103     "Interpreter",
       
   104     AbstractInterpreter::code()->code_start(),
       
   105     AbstractInterpreter::code()->code_end()
       
   106   );
       
   107   Forte::register_stub(
   102   Forte::register_stub(
   108     "Interpreter",
   103     "Interpreter",
   109     AbstractInterpreter::code()->code_start(),
   104     AbstractInterpreter::code()->code_start(),
   110     AbstractInterpreter::code()->code_end()
   105     AbstractInterpreter::code()->code_end()
   111   );
   106   );