# HG changeset patch # User Doug Simon # Date 1464873840 -7200 # Node ID 730e7a1090e25bf7be19dd842f1ed5666aef807b # Parent 6e1d37ce0d0ce0b7552469ace925837f71b6ad57 recovered code to increase template interpreter code buffer under INCLUDE_JVMCI diff -r 6e1d37ce0d0c -r 730e7a1090e2 src/cpu/x86/vm/templateInterpreter_x86.hpp --- a/src/cpu/x86/vm/templateInterpreter_x86.hpp Wed Jun 01 11:48:01 2016 +0200 +++ b/src/cpu/x86/vm/templateInterpreter_x86.hpp Thu Jun 02 15:24:00 2016 +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 = 256 * 1024; + const static int InterpreterCodeSize = JVMCI_ONLY(264) NOT_JVMCI(256) * 1024; #else const static int InterpreterCodeSize = 224 * 1024; #endif // AMD64