< 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,647 **** --- 642,652 ---- * 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 >