How to trace the hotspot bytecode interpreter
Colin(Du Li)
dawn2004 at gmail.com
Wed Feb 18 16:46:42 PST 2009
I know the byte interpreter implementation is mainly in
bytecodeInterpreter.cpp, but it doesn't allow me set break point in this
file. I wanna trace the bytecode interpreter. Where can I put break pointer?
Where is the entrance to bytecodeInterpreter.cpp, that is, in Hotpot, which
classes will call the methods in bytecodeInterpreter.cpp?
Thanks.
--
View this message in context: http://www.nabble.com/How-to-trace-the-hotspot-bytecode-interpreter-tp22091780p22091780.html
Sent from the OpenJDK Hotspot Virtual Machine mailing list archive at Nabble.com.
More information about the hotspot-dev
mailing list