jdk/src/java.management/share/classes/com/sun/management/HotSpotDiagnosticMXBean.java
changeset 29102 fa8bbdfd8750
parent 27493 8a2a7d7c52a0
equal deleted inserted replaced
29101:55f7a91aaa32 29102:fa8bbdfd8750
    43  * {@link PlatformManagedObject#getObjectName} method.
    43  * {@link PlatformManagedObject#getObjectName} method.
    44  *
    44  *
    45  * All methods throw a {@code NullPointerException} if any input argument is
    45  * All methods throw a {@code NullPointerException} if any input argument is
    46  * {@code null} unless it's stated otherwise.
    46  * {@code null} unless it's stated otherwise.
    47  *
    47  *
    48  * @see ManagementFactory#getPlatformMXBeans(Class)
    48  * @see java.lang.management.ManagementFactory#getPlatformMXBeans(Class)
    49  */
    49  */
    50 @jdk.Exported
    50 @jdk.Exported
    51 public interface HotSpotDiagnosticMXBean extends PlatformManagedObject {
    51 public interface HotSpotDiagnosticMXBean extends PlatformManagedObject {
    52     /**
    52     /**
    53      * Dumps the heap to the <tt>outputFile</tt> file in the same
    53      * Dumps the heap to the <tt>outputFile</tt> file in the same