changeset 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 a3c30d467f96
children 4e7a668054ea
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	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