comparison graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/Compiler.java @ 5278:74dfa6f86879

removed last remaining references to vmEntries and vmExits
author Lukas Stadler <lukas.stadler@jku.at>
date Tue, 24 Apr 2012 13:04:43 +0200
parents a26b6248d398
children 796917d3bfc9
comparison
equal deleted inserted replaced
5277:1767613f8a4a 5278:74dfa6f86879
30 import com.oracle.graal.hotspot.bridge.*; 30 import com.oracle.graal.hotspot.bridge.*;
31 import com.oracle.graal.hotspot.ri.*; 31 import com.oracle.graal.hotspot.ri.*;
32 32
33 public interface Compiler { 33 public interface Compiler {
34 34
35 CompilerToVM getVMEntries(); 35 CompilerToVM getCompilerToVM();
36 VMToCompiler getVMExits(); 36 VMToCompiler getVMToCompiler();
37 GraalCompiler getCompiler(); 37 GraalCompiler getCompiler();
38 RiType lookupType(String returnType, HotSpotTypeResolved accessingClass, boolean eagerResolve); 38 RiType lookupType(String returnType, HotSpotTypeResolved accessingClass, boolean eagerResolve);
39 HotSpotVMConfig getConfig(); 39 HotSpotVMConfig getConfig();
40 GraalRuntime getRuntime(); 40 GraalRuntime getRuntime();
41 CiTarget getTarget(); 41 CiTarget getTarget();