diff src/cpu/x86/vm/templateInterpreter_x86.hpp @ 8362:5981ea5996e8

Merge.
author Christian Humer <christian.humer@gmail.com>
date Tue, 19 Mar 2013 11:35:25 +0100
parents 2286bae19255
children df2e756f9f56 5407d1dd6450
line wrap: on
line diff
--- a/src/cpu/x86/vm/templateInterpreter_x86.hpp	Tue Mar 19 11:30:58 2013 +0100
+++ b/src/cpu/x86/vm/templateInterpreter_x86.hpp	Tue Mar 19 11:35:25 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