< prev index next >

src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/CompilerToVM.java

Print this page

        

@@ -642,6 +642,11 @@
      *         if its type is {@code ccstr} or {@code ccstrlist}, a {@link Double} if its type is
      *         {@code double}, a {@link Boolean} if its type is {@code bool} otherwise a
      *         {@link Long}
      */
     native Object getFlagValue(String name);
+
+    /**
+     * Gets the host class for {@code type}.
+     */
+    native HotSpotResolvedObjectTypeImpl getHostClass(HotSpotResolvedObjectTypeImpl type);
 }
< prev index next >