comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/CompilerToVMImpl.java @ 21556:48c1ebd24120

renamed com.oracle.graal.api[meta|code] modules to com.oracle.jvmci.[meta|code] (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Wed, 27 May 2015 00:36:16 +0200
parents 9579a3c62a9e
children d563baeca9df
comparison
equal deleted inserted replaced
21555:d12eaef9af72 21556:48c1ebd24120
23 23
24 package com.oracle.jvmci.hotspot; 24 package com.oracle.jvmci.hotspot;
25 25
26 import static com.oracle.jvmci.hotspot.InitTimer.*; 26 import static com.oracle.jvmci.hotspot.InitTimer.*;
27 27
28 import com.oracle.graal.api.code.*; 28 import com.oracle.jvmci.code.*;
29
29 30
30 /** 31 /**
31 * Entries into the HotSpot VM from Java code. 32 * Entries into the HotSpot VM from Java code.
32 */ 33 */
33 public class CompilerToVMImpl implements CompilerToVM { 34 public class CompilerToVMImpl implements CompilerToVM {