src/cpu/x86/vm/cppInterpreter_x86.hpp

Print this page

        

*** 20,33 **** --- 20,38 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef CPU_X86_VM_CPPINTERPRETER_X86_HPP + #define CPU_X86_VM_CPPINTERPRETER_X86_HPP + protected: // 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 const static int InterpreterCodeSize = 168 * 1024; + + #endif // CPU_X86_VM_CPPINTERPRETER_X86_HPP