src/jdk.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/AbstractMonitoredVm.java

Print this page

        

@@ -93,11 +93,11 @@
      * {@inheritDoc}
      */
     public void detach() {
         /*
          * no default action required because the detach operation for the
-         * native byte buffer is managed by the sun.misc.Perf class.
+         * native byte buffer is managed by the Perf class.
          */
     }
 
 
     /* ---- Methods to support polled MonitoredVm Implementations ----- */