--- old/src/java.management/share/conf/management.properties 2014-11-20 16:03:32.575098247 +0000 +++ new/src/java.management/share/conf/management.properties 2014-11-20 16:03:32.411087144 +0000 @@ -10,7 +10,7 @@ # # The default Management Configuration file is: # -# $JRE/lib/management/management.properties +# $JRE/conf/management/management.properties # # Another location for the Management Configuration File can be specified # by the following property on the Java command line: @@ -110,7 +110,7 @@ # com.sun.management.snmp.acl.file=filepath # Specifies location for ACL file # This is optional - default location is -# $JRE/lib/management/snmp.acl +# $JRE/conf/management/snmp.acl # # If the property "com.sun.management.snmp.acl" is set to false, # then this property and the ACL file are ignored. @@ -289,7 +289,7 @@ # com.sun.management.jmxremote.password.file=filepath # Specifies location for password file # This is optional - default location is -# $JRE/lib/management/jmxremote.password +# $JRE/conf/management/jmxremote.password # # If the property "com.sun.management.jmxremote.authenticate" is set to # false, then this property and the password & access files are ignored. @@ -306,7 +306,7 @@ # com.sun.management.jmxremote.access.file=filepath # Specifies location for access file # This is optional - default location is -# $JRE/lib/management/jmxremote.access +# $JRE/conf/management/jmxremote.access # # If the property "com.sun.management.jmxremote.authenticate" is set to # false, then this property and the password & access files are ignored.