changeset 8566:df2e756f9f56

Increase template interpreter size by another 4K.
author Andreas Woess <andreas.woess@jku.at>
date Thu, 28 Mar 2013 14:29:58 +0100
parents 0d0b1154438f
children 645f216a00c4
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	Thu Mar 28 16:58:44 2013 +0100
+++ b/src/cpu/x86/vm/templateInterpreter_x86.hpp	Thu Mar 28 14:29:58 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 = 220 * 1024;
+  const static int InterpreterCodeSize = 224 * 1024;
 #else
   const static int InterpreterCodeSize = 168 * 1024;
 #endif // AMD64