# HG changeset patch # User Stefan Anzinger # Date 1429518195 -7200 # Node ID 609c542c041053e7d6f863700d25a50c313737ae # Parent f6369bd988c75b8181f38f397cbc755510af07bf [SPARC] Template interpreter in Graal has a greater code size when running with -Xrunjdwp:.... diff -r f6369bd988c7 -r 609c542c0410 src/cpu/sparc/vm/templateInterpreter_sparc.hpp --- a/src/cpu/sparc/vm/templateInterpreter_sparc.hpp Sat Apr 18 13:44:36 2015 +0100 +++ b/src/cpu/sparc/vm/templateInterpreter_sparc.hpp Mon Apr 20 10:23:15 2015 +0200 @@ -37,9 +37,9 @@ #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