changeset 12442:bef1738b58d9

increased generated interpreter size to accomodate Windows
author Doug Simon <doug.simon@oracle.com>
date Wed, 16 Oct 2013 14:18:10 +0200
parents 3de38bb7bc1d
children d60cdea43920
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	Wed Oct 16 14:17:42 2013 +0200
+++ b/src/cpu/x86/vm/templateInterpreter_x86.hpp	Wed Oct 16 14:18:10 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 = GRAALVM_ONLY(244) NOT_GRAALVM(240) * 1024;
+  const static int InterpreterCodeSize = GRAAL_ONLY(256) NOT_GRAAL(208) * 1024;
 #else
   const static int InterpreterCodeSize = 176 * 1024;
 #endif // AMD64