src/cpu/x86/vm/templateInterpreter_x86.hpp

Print this page

        

*** 20,29 **** --- 20,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef CPU_X86_VM_TEMPLATEINTERPRETER_X86_HPP + #define CPU_X86_VM_TEMPLATEINTERPRETER_X86_HPP + protected: // Size of interpreter code. Increase if too small. Interpreter will // fail with a guarantee ("not enough space for interpreter generation");
*** 33,37 **** --- 36,42 ---- #ifdef AMD64 const static int InterpreterCodeSize = 200 * 1024; #else const static int InterpreterCodeSize = 168 * 1024; #endif // AMD64 + + #endif // CPU_X86_VM_TEMPLATEINTERPRETER_X86_HPP