< prev index next >

src/java.base/share/classes/jdk/internal/access/JavaLangRefAccess.java

Print this page
@@ -48,13 +48,6 @@
       * Runs the finalization methods of any objects pending finalization.
       *
       * Invoked by Runtime.runFinalization()
       */
      void runFinalization();
- 
-     /**
-      * Constructs a new NativeReferenceQueue.
-      *
-      * Invoked by jdk.internal.util.ReferencedKeyMap
-      */
-     <T> ReferenceQueue<T> newNativeReferenceQueue();
  }
< prev index next >