not enough space for interpreter generation

Maurizio Cimadamore maurizio.cimadamore at oracle.com
Fri Jun 30 15:58:04 UTC 2017


NMV - found it:

// Size of interpreter code.  Increase if too small.  Interpreter will
// fail with a guarantee ("not enough space for interpreter generation");
// if too small.
// Run with +PrintInterpreter to get the VM to print out the size.
// Max size with JVMTI
int TemplateInterpreter::InterpreterCodeSize = 300 * 1024;


Maurizio


On 30/06/17 16:56, Maurizio Cimadamore wrote:
> Hi,
> I'm running into this:
>
> https://bugs.openjdk.java.net/browse/JDK-8166317
>
> when debugging code - is there any workaround? (even a patch would be 
> fine)
>
> Thanks
> Maurizio
>
>



More information about the valhalla-dev mailing list