< prev index next >

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

Print this page

        

@@ -313,11 +313,11 @@
     public static int getPeakFinalRefCount() {
         return peakFinalRefCount;
     }
 
     /*
-     * Add <tt>n</tt> to the objects pending for finalization count.
+     * 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 >