comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotCompiledNmethod.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
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 package com.oracle.jvmci.hotspot; 23 package com.oracle.jvmci.hotspot;
24 24
25 import com.oracle.graal.api.code.*; 25 import com.oracle.jvmci.code.*;
26 26
27 import edu.umd.cs.findbugs.annotations.*; 27 import edu.umd.cs.findbugs.annotations.*;
28 28
29 /** 29 /**
30 * {@link HotSpotCompiledCode} destined for installation as an nmethod. 30 * {@link HotSpotCompiledCode} destined for installation as an nmethod.