src/cpu/sparc/vm/templateInterpreter_sparc.hpp

Print this page

        

*** 20,29 **** --- 20,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef CPU_SPARC_VM_TEMPLATEINTERPRETER_SPARC_HPP + #define CPU_SPARC_VM_TEMPLATEINTERPRETER_SPARC_HPP + protected: // Size of interpreter code. Increase if too small. Interpreter will // fail with a guarantee ("not enough space for interpreter generation");
*** 36,40 **** --- 39,45 ---- // stack limit is unlimited, so that's why this is much bigger. const static int InterpreterCodeSize = 210 * K; #else const static int InterpreterCodeSize = 180 * K; #endif + + #endif // CPU_SPARC_VM_TEMPLATEINTERPRETER_SPARC_HPP