< prev index next >

src/java.base/share/classes/sun/misc/VM.java

Print this page

        

*** 313,323 **** public static int getPeakFinalRefCount() { return peakFinalRefCount; } /* ! * Add <tt>n</tt> to the objects pending for finalization count. * * @param n an integer value to be added to the objects pending * for finalization count */ public static void addFinalRefCount(int n) { --- 313,323 ---- public static int getPeakFinalRefCount() { return peakFinalRefCount; } /* ! * Add {@code n} to the objects pending for finalization count. * * @param n an integer value to be added to the objects pending * for finalization count */ public static void addFinalRefCount(int n) {
< prev index next >