In jvmci-8, we increased the interpreter code size when JVMCI code is included:
http://hg.openjdk.java.net/graal/graal-jvmci-8/file/a074ae16281d/src/cpu/x86/vm/templateInterpreter_x86.hpp#l37
This was missed in the jdk9 port of jvmci.
http://hg.openjdk.java.net/graal/graal-jvmci-8/file/a074ae16281d/src/cpu/x86/vm/templateInterpreter_x86.hpp#l37
This was missed in the jdk9 port of jvmci.