< prev index next >

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

Print this page

        

*** 89,94 **** --- 89,97 ---- * @return the object value represented by this constant if it is an * {@link ResolvedJavaType#isInstance(JavaConstant) instance of} {@code type} otherwise * {@code null} */ Object asObject(ResolvedJavaType type); + + @Override + String toValueString(); }
< prev index next >