Merge
authoradlertz
Tue, 17 Sep 2013 16:07:37 -0700
changeset 20016 333886857cd9
parent 20014 b34a9fa1931a (current diff)
parent 20015 bb251284d4c0 (diff)
child 20018 fafdf622ea52
child 20019 3e9220f93c61
Merge
--- a/hotspot/src/cpu/x86/vm/templateInterpreter_x86.hpp	Tue Sep 17 23:12:27 2013 +0200
+++ b/hotspot/src/cpu/x86/vm/templateInterpreter_x86.hpp	Tue Sep 17 16:07:37 2013 -0700
@@ -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 = 200 * 1024;
+  const static int InterpreterCodeSize = 208 * 1024;
 #else
-  const static int InterpreterCodeSize = 168 * 1024;
+  const static int InterpreterCodeSize = 176 * 1024;
 #endif // AMD64
 
 #endif // CPU_X86_VM_TEMPLATEINTERPRETER_X86_HPP