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
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