The Interpreter Mechanism?

Christian Thalinger christian.thalinger at gmail.com
Mon Jan 5 09:26:30 PST 2009


On Mon, 2009-01-05 at 15:25 +0000, Gary Benson wrote:
> xenway wrote:
> > Can you please guide me to the part of the code where interpreter
> > works when I use '-Xint' option corresponding to a bytecode
> > operation. I can't figure out how and where it is executed in the
> > interpreter mode.
> 
> hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp

But this is the C++ interpreter, not the template interpreter actually
used by HotSpot's mixed mode.

- Christian




More information about the hotspot-dev mailing list