# HG changeset patch # User Doug Simon # Date 1381925890 -7200 # Node ID bef1738b58d94c514ad8292b996edba88e7e6abf # Parent 3de38bb7bc1dbc572a65c4951508dea1bb8bc0ac increased generated interpreter size to accomodate Windows diff -r 3de38bb7bc1d -r bef1738b58d9 src/cpu/x86/vm/templateInterpreter_x86.hpp --- a/src/cpu/x86/vm/templateInterpreter_x86.hpp Wed Oct 16 14:17:42 2013 +0200 +++ b/src/cpu/x86/vm/templateInterpreter_x86.hpp Wed Oct 16 14:18:10 2013 +0200 @@ -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 = GRAALVM_ONLY(244) NOT_GRAALVM(240) * 1024; + const static int InterpreterCodeSize = GRAAL_ONLY(256) NOT_GRAAL(208) * 1024; #else const static int InterpreterCodeSize = 176 * 1024; #endif // AMD64