--- old/src/jdk.vm.ci/share/classes/jdk.vm.ci.runtime/src/jdk/vm/ci/runtime/JVMCIRuntime.java 2015-11-02 17:06:45.000000000 -1000 +++ new/src/jdk.vm.ci/share/classes/jdk.vm.ci.runtime/src/jdk/vm/ci/runtime/JVMCIRuntime.java 2015-11-02 17:06:45.000000000 -1000 @@ -22,7 +22,7 @@ */ package jdk.vm.ci.runtime; -import jdk.vm.ci.code.*; +import jdk.vm.ci.code.Architecture; /** * Interface for accessing the {@link JVMCI} APIs supported by the runtime. @@ -30,6 +30,11 @@ public interface JVMCIRuntime { /** + * Gets the default system compiler. + */ + JVMCICompiler getCompiler(); + + /** * Gets the host JVMCI backend. */ JVMCIBackend getHostJVMCIBackend();