Re: puzzles about hotspot interpreter

2009-04-16 Thread Kelly O'Hair
You might try the porter alias or one of the hotspot aliases on this. http://mail.openjdk.java.net/mailman/listinfo -kto lianshun Liu wrote: Hello, I want to do some experiments with hotspot interpreter, precisely speeking, the C++-interpreter. I set CC_INTERP=1 when making hotspot. To test

puzzles about hotspot interpreter

2009-04-16 Thread lianshun Liu
Hello, I want to do some experiments with hotspot interpreter, precisely speeking, the C++-interpreter. I 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