diff src/cpu/x86/vm/templateInterpreter_x86.hpp @ 8617:6d884611d4c1

Merge.
author Christian Haeubl <haeubl@ssw.jku.at>
date Wed, 03 Apr 2013 14:41:22 +0200
parents 5407d1dd6450 df2e756f9f56
children 7ef66078d837
line wrap: on
line diff
--- a/src/cpu/x86/vm/templateInterpreter_x86.hpp	Thu Mar 28 17:11:06 2013 +0100
+++ b/src/cpu/x86/vm/templateInterpreter_x86.hpp	Wed Apr 03 14:41:22 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 = 224 * 1024;
 #else
   const static int InterpreterCodeSize = 168 * 1024;
 #endif // AMD64