# HG changeset patch # User Andreas Woess # Date 1364477398 -3600 # Node ID df2e756f9f56249b45d2cc887836e057d932bd11 # Parent 0d0b1154438f75cee338cb7172196c74dee776b5 Increase template interpreter size by another 4K. diff -r 0d0b1154438f -r df2e756f9f56 src/cpu/x86/vm/templateInterpreter_x86.hpp --- a/src/cpu/x86/vm/templateInterpreter_x86.hpp Thu Mar 28 16:58:44 2013 +0100 +++ b/src/cpu/x86/vm/templateInterpreter_x86.hpp Thu Mar 28 14:29:58 2013 +0100 @@ -34,7 +34,7 @@ // Run with +PrintInterpreter to get the VM to print out the size. // Max size with JVMTI #ifdef AMD64 - const static int InterpreterCodeSize = 220 * 1024; + const static int InterpreterCodeSize = 224 * 1024; #else const static int InterpreterCodeSize = 168 * 1024; #endif // AMD64