< prev index next >

src/java.base/share/classes/java/lang/invoke/ConstantBootstraps.java

Print this page

        

*** 41,52 **** */ public final class ConstantBootstraps { /** * Do not call. */ ! @Deprecated(forRemoval=true, since="14") ! public ConstantBootstraps() {} // implements the upcall from the JVM, MethodHandleNatives.linkDynamicConstant: /*non-public*/ static Object makeConstant(MethodHandle bootstrapMethod, // Callee information: --- 41,51 ---- */ public final class ConstantBootstraps { /** * Do not call. */ ! private ConstantBootstraps() {throw new AssertionError();} // implements the upcall from the JVM, MethodHandleNatives.linkDynamicConstant: /*non-public*/ static Object makeConstant(MethodHandle bootstrapMethod, // Callee information:
< prev index next >