--- old/src/cpu/x86/vm/templateInterpreter_x86.hpp 2013-10-16 22:00:04.810834208 +0200 +++ new/src/cpu/x86/vm/templateInterpreter_x86.hpp 2013-10-16 22:00:04.750834209 +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