--- old/src/share/classes/java/util/logging/LogManager.java 2012-12-23 06:00:41.188630736 -0500 +++ new/src/share/classes/java/util/logging/LogManager.java 2012-12-23 06:00:40.312581430 -0500 @@ -302,6 +302,10 @@ * the same event Listener results in multiple entries * in the property event listener table. * + *

WARNING: This method is not a declared method of this class + * in a subset Profile of Java SE. In other words, this method does not + * exist on runtimes that only implement a profile of Java SE.

+ * * @param l event listener * @exception SecurityException if a security manager exists and if * the caller does not have LoggingPermission("control"). @@ -335,6 +339,10 @@ *

* Returns silently if the given listener is not found. * + *

WARNING: This method is not a declared method of this class + * in a subset Profile of Java SE. In other words, this method does not + * exist on runtimes that only implement a profile of Java SE.

+ * * @param l event listener (can be null) * @exception SecurityException if a security manager exists and if * the caller does not have LoggingPermission("control").