# HG changeset patch # User jrose # Date 1379476122 25200 # Node ID 67bae56fdd69bf299f85cb702c6ab861fc51daa1 # Parent a4788ba67e20f42bbaef0bcb2e504c6062fb84ae# Parent b2e698d2276c0c557e6c8718c803f0edab1bfacc Merge diff -r b2e698d2276c -r 67bae56fdd69 src/cpu/x86/vm/templateInterpreter_x86.hpp --- a/src/cpu/x86/vm/templateInterpreter_x86.hpp Fri Sep 13 22:38:02 2013 -0400 +++ b/src/cpu/x86/vm/templateInterpreter_x86.hpp Tue Sep 17 20:48:42 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