< prev index next >

src/cpu/sparc/vm/templateInterpreter_sparc.hpp

Print this page

        

*** 35,45 **** // Max size with JVMTI #ifdef _LP64 // The sethi() instruction generates lots more instructions when shell // 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 --- 35,45 ---- // Max size with JVMTI #ifdef _LP64 // The sethi() instruction generates lots more instructions when shell // stack limit is unlimited, so that's why this is much bigger. ! const static int InterpreterCodeSize = 260 * K; #else ! const static int InterpreterCodeSize = 230 * K; #endif #endif // CPU_SPARC_VM_TEMPLATEINTERPRETER_SPARC_HPP
< prev index next >