comparison src/cpu/sparc/vm/templateInterpreter_sparc.hpp @ 21020:609c542c0410

[SPARC] Template interpreter in Graal has a greater code size when running with -Xrunjdwp:....
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 20 Apr 2015 10:23:15 +0200
parents f95d63e2154a
children
comparison
equal deleted inserted replaced
21012:f6369bd988c7 21020:609c542c0410
35 // Max size with JVMTI 35 // Max size with JVMTI
36 36
37 #ifdef _LP64 37 #ifdef _LP64
38 // The sethi() instruction generates lots more instructions when shell 38 // The sethi() instruction generates lots more instructions when shell
39 // stack limit is unlimited, so that's why this is much bigger. 39 // stack limit is unlimited, so that's why this is much bigger.
40 const static int InterpreterCodeSize = 210 * K; 40 const static int InterpreterCodeSize = 260 * K;
41 #else 41 #else
42 const static int InterpreterCodeSize = 180 * K; 42 const static int InterpreterCodeSize = 230 * K;
43 #endif 43 #endif
44 44
45 #endif // CPU_SPARC_VM_TEMPLATEINTERPRETER_SPARC_HPP 45 #endif // CPU_SPARC_VM_TEMPLATEINTERPRETER_SPARC_HPP