# HG changeset patch # User Doug Simon # Date 1363626333 -3600 # Node ID 2286bae19255ea4094078edc5755c57a79abf43d # Parent a3c30d467f965b3224918e19fdc4137945716c7b increased template interpreter size by 20K diff -r a3c30d467f96 -r 2286bae19255 src/cpu/x86/vm/templateInterpreter_x86.hpp --- a/src/cpu/x86/vm/templateInterpreter_x86.hpp Mon Mar 18 15:11:52 2013 +0100 +++ b/src/cpu/x86/vm/templateInterpreter_x86.hpp Mon Mar 18 18:05:33 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 = 200 * 1024; + const static int InterpreterCodeSize = 220 * 1024; #else const static int InterpreterCodeSize = 168 * 1024; #endif // AMD64