changeset 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 f6369bd988c7
children 98e0b349a796
files src/cpu/sparc/vm/templateInterpreter_sparc.hpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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