< prev index next >

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

Print this page

        

*** 38,53 **** * {@code null} value. * * @since 11 */ 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: String name, Class<?> type, --- 38,47 ----
< prev index next >