puzzles about hotspot interpreter

lianshun Liu lsliu0507 at gmail.com
Thu Apr 16 15:21:25 PDT 2009


Hello,
I want to do some experiments with hotspot interpreter, precisely speeking, the C++-interpreter. I build hotspot under Cygwin+VS2008, and set CC_INTERP=1 when making hotspot. To test which interpreter will work, I embeded some codes which will create a file into the function bytecodeInterpreter::run(). But to my surprise, when I run the hotspot, no file will be created, so the function bytecodeInterpreter::run() wasn't invoked. If I didn't set CC_INTERP=1, the result was the same.
In order to use C++-interpreter, what else should I do? Any details?
Thanks a lot;-)


Best regards

Lianshun Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/porters-dev/attachments/20090417/5fef1df2/attachment.html 


More information about the porters-dev mailing list