Hi The -Xint option specifies to the JVM to run only in interpreted mode, but since compiling the JVM with CC_INTERP do not exclude the template Interpreter, I am wondering if there is an option to specify that only the template Interpreter or only the C++ Interpreter be used? Francis