-Xint: template or c++ interpreter?

Bob Vandette bob.vandette at oracle.com
Sat Oct 26 14:27:57 PDT 2013


Compiling Hotspot with CC_INTERP does exclude the template interpreter. 
You either build a template Interpreter or C++ Interpreter.

Bob.

On Oct 26, 2013, at 4:19 PM, Francis ANDRE <francis.andre.kampbell at orange.fr> wrote:

> 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



More information about the hotspot-dev mailing list