diff src/cpu/x86/vm/templateInterpreter_x86.hpp @ 8344:2286bae19255

increased template interpreter size by 20K
author Doug Simon <doug.simon@oracle.com>
date Mon, 18 Mar 2013 18:05:33 +0100
parents f95d63e2154a
children df2e756f9f56 5407d1dd6450
line wrap: on
line diff
--- a/src/cpu/x86/vm/templateInterpreter_x86.hpp	Mon Mar 18 15:11:52 2013 +0100
+++ b/src/cpu/x86/vm/templateInterpreter_x86.hpp	Mon Mar 18 18:05:33 2013 +0100
@@ -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 = 200 * 1024;
+  const static int InterpreterCodeSize = 220 * 1024;
 #else
   const static int InterpreterCodeSize = 168 * 1024;
 #endif // AMD64