diff graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotConstantPool.java @ 21780:3d15183f3c93

Introduce Compiler interface in jvmci. Use it from jvmci.hotspot.CompilationTask
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Wed, 03 Jun 2015 15:47:54 +0200
parents d915361cc3a1
children
line wrap: on
line diff
--- a/graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotConstantPool.java	Mon Jun 08 13:20:02 2015 +0200
+++ b/graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotConstantPool.java	Wed Jun 03 15:47:54 2015 +0200
@@ -38,7 +38,7 @@
     /**
      * Subset of JVM bytecode opcodes used by {@link HotSpotConstantPool}.
      */
-    static class Bytecodes {
+    public static class Bytecodes {
         public static final int LDC = 18; // 0x12
         public static final int LDC_W = 19; // 0x13
         public static final int LDC2_W = 20; // 0x14