hotspot/src/cpu/ppc/vm/templateInterpreterGenerator_ppc.cpp
changeset 46960 b498e2123d2f
parent 46386 742f8b16d00c
equal deleted inserted replaced
46959:1863b25339a9 46960:b498e2123d2f
    54 // Size of interpreter code.  Increase if too small.  Interpreter will
    54 // Size of interpreter code.  Increase if too small.  Interpreter will
    55 // fail with a guarantee ("not enough space for interpreter generation");
    55 // fail with a guarantee ("not enough space for interpreter generation");
    56 // if too small.
    56 // if too small.
    57 // Run with +PrintInterpreter to get the VM to print out the size.
    57 // Run with +PrintInterpreter to get the VM to print out the size.
    58 // Max size with JVMTI
    58 // Max size with JVMTI
    59 int TemplateInterpreter::InterpreterCodeSize = 230*K;
    59 int TemplateInterpreter::InterpreterCodeSize = 256*K;
    60 
    60 
    61 #ifdef PRODUCT
    61 #ifdef PRODUCT
    62 #define BLOCK_COMMENT(str) /* nothing */
    62 #define BLOCK_COMMENT(str) /* nothing */
    63 #else
    63 #else
    64 #define BLOCK_COMMENT(str) __ block_comment(str)
    64 #define BLOCK_COMMENT(str) __ block_comment(str)