problems about bytecodeInterpreter
lianshun Liu
lsliu0507 at gmail.com
Wed Apr 15 23:26:15 PDT 2009
Hi~,
Recently, I have been doing some experiment on hotspot, But I've found that following method
void btecodeInterpreter::run(interpreterState), or
void btecodeInterpreter::runWithChecks(interpreterState), which locates at hotspot\src\share\vm\interpreter won't be invoked during the execution of app.
I do this by inserting some codes into the run/runWithChecks method which will create a file. But it won't do. So, which function will interprete the bytecode? Thanks;)
Best regards
Lianshun Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/attachments/20090416/af6825b5/attachment.html
More information about the hotspot-runtime-dev
mailing list