diff -r bf24e33c7919 -r 05676cfd40b5 jdk/src/java.management/share/classes/java/lang/management/package.html --- a/jdk/src/java.management/share/classes/java/lang/management/package.html Thu Aug 06 13:20:13 2015 +0300 +++ b/jdk/src/java.management/share/classes/java/lang/management/package.html Thu Aug 06 13:59:10 2015 +0300 @@ -169,7 +169,7 @@ the management interface by defining platform-dependent interfaces that extend the standard management interfaces to include platform-specific metrics and management operations. -The static factory methods in the ManagementFactory class will +The static factory methods in the ManagementFactory class will return the MXBeans with the platform extension.

@@ -205,7 +205,7 @@

-2) Access the Oracle-specific MXBean interface via MBeanServer +2) Access the Oracle-specific MXBean interface via MBeanServer through proxy

@@ -228,7 +228,7 @@
    }
 
-

Unless otherwise noted, passing a null argument to a constructor +

Unless otherwise noted, passing a null argument to a constructor or method in any class or interface in this package will cause a {@link java.lang.NullPointerException NullPointerException} to be thrown.