hotspot/src/cpu/x86/vm/templateInterpreter_x86.hpp
changeset 21085 0e3fee5b9ba2
parent 20015 bb251284d4c0
child 22234 da823d78ad65
--- a/hotspot/src/cpu/x86/vm/templateInterpreter_x86.hpp	Wed Oct 16 11:13:15 2013 -0700
+++ b/hotspot/src/cpu/x86/vm/templateInterpreter_x86.hpp	Thu Oct 17 19:47:04 2013 +0200
@@ -34,9 +34,9 @@
   // Run with +PrintInterpreter to get the VM to print out the size.
   // Max size with JVMTI
 #ifdef AMD64
-  const static int InterpreterCodeSize = 208 * 1024;
+  const static int InterpreterCodeSize = 256 * 1024;
 #else
-  const static int InterpreterCodeSize = 176 * 1024;
+  const static int InterpreterCodeSize = 224 * 1024;
 #endif // AMD64
 
 #endif // CPU_X86_VM_TEMPLATEINTERPRETER_X86_HPP