diff src/cpu/x86/vm/templateInterpreter_x86.hpp @ 8954:82d8fac3ad13

Merge.
author Doug Simon <doug.simon@oracle.com>
date Tue, 09 Apr 2013 18:08:57 +0200
parents 7ef66078d837
children cefad50507d8
line wrap: on
line diff
--- a/src/cpu/x86/vm/templateInterpreter_x86.hpp	Tue Apr 09 18:05:12 2013 +0200
+++ b/src/cpu/x86/vm/templateInterpreter_x86.hpp	Tue Apr 09 18:08:57 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 = 224 * 1024;
+  const static int InterpreterCodeSize = 240 * 1024;
 #else
   const static int InterpreterCodeSize = 168 * 1024;
 #endif // AMD64