src/cpu/sparc/vm/templateInterpreter_sparc.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/templateInterpreter_sparc.hpp	Wed Sep 16 15:17:35 2015
--- new/src/cpu/sparc/vm/templateInterpreter_sparc.hpp	Wed Sep 16 15:17:35 2015

*** 35,45 **** --- 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; ! const static int InterpreterCodeSize = 260 * K; #else ! const static int InterpreterCodeSize = 180 * K; ! const static int InterpreterCodeSize = 230 * K; #endif #endif // CPU_SPARC_VM_TEMPLATEINTERPRETER_SPARC_HPP

src/cpu/sparc/vm/templateInterpreter_sparc.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File