hg: graal/graal-jvmci-8: Rename Compiler to JVMCICompiler and expose it from JVMCIRuntime.

doug.simon at oracle.com doug.simon at oracle.com
Wed Oct 21 12:05:23 UTC 2015


Changeset: 57646377e480
Author:    Roland Schatz <roland.schatz at oracle.com>
Date:      2015-10-21 13:47 +0200
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-8/rev/57646377e480

Rename Compiler to JVMCICompiler and expose it from JVMCIRuntime.

- jvmci/jdk.vm.ci.compiler/src/jdk/vm/ci/compiler/CompilerFactory.java
! jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotJVMCICompilerConfig.java
! jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotJVMCIRuntime.java
! jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotJVMCIRuntimeProvider.java
! jvmci/jdk.vm.ci.runtime/src/jdk/vm/ci/runtime/JVMCICompiler.java < jvmci/jdk.vm.ci.compiler/src/jdk/vm/ci/compiler/Compiler.java
+ jvmci/jdk.vm.ci.runtime/src/jdk/vm/ci/runtime/JVMCICompilerFactory.java
! jvmci/jdk.vm.ci.runtime/src/jdk/vm/ci/runtime/JVMCIRuntime.java
! make/jvmci.make
! mx.jvmci/suite.py



More information about the graal-dev mailing list