changeset 12439:6adc06f18b80

increased AMD64 template interpreter size in GRAALVM to allow the VM to be debugged with a Java debugger
author Doug Simon <doug.simon@oracle.com>
date Wed, 16 Oct 2013 12:19:25 +0200
parents 27a67adaf4f7
children b3490a7bb1b7
files src/cpu/x86/vm/templateInterpreter_x86.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/x86/vm/templateInterpreter_x86.hpp	Tue Oct 15 23:32:19 2013 +0200
+++ b/src/cpu/x86/vm/templateInterpreter_x86.hpp	Wed Oct 16 12:19:25 2013 +0200
@@ -34,7 +34,7 @@
   // Run with +PrintInterpreter to get the VM to print out the size.
   // Max size with JVMTI
 #ifdef AMD64
-  const static int InterpreterCodeSize = 240 * 1024;
+  const static int InterpreterCodeSize = GRAALVM_ONLY(244) NOT_GRAALVM(240) * 1024;
 #else
   const static int InterpreterCodeSize = 176 * 1024;
 #endif // AMD64