< prev index next >

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

Print this page

        

@@ -38,16 +38,10 @@
  * {@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,
< prev index next >