src/share/classes/com/sun/management/HotSpotDiagnosticMXBean.java

Print this page

        

@@ -46,10 +46,11 @@
  * All methods throw a {@code NullPointerException} if any input argument is
  * {@code null} unless it's stated otherwise.
  *
  * @see ManagementFactory#getPlatformMXBeans(Class)
  */
+@jdk.Supported
 public interface HotSpotDiagnosticMXBean extends PlatformManagedObject {
     /**
      * Dumps the heap to the <tt>outputFile</tt> file in the same
      * format as the hprof heap dump.
      * <p>