# HG changeset patch # User adlertz # Date 1379459257 25200 # Node ID a4788ba67e20f42bbaef0bcb2e504c6062fb84ae # Parent 2c98370f2611c316579100e481f9fbc3826abc1b# Parent 6d7eba360ba43ef002d0b4d022c92fd4e4848e5e Merge diff -r 2c98370f2611 -r a4788ba67e20 src/cpu/x86/vm/templateInterpreter_x86.hpp --- a/src/cpu/x86/vm/templateInterpreter_x86.hpp Tue Sep 17 23:12:27 2013 +0200 +++ b/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