--- old/src/jdk.management.agent/share/conf/management.properties 2017-02-24 18:57:23.139406101 +0530 +++ new/src/jdk.management.agent/share/conf/management.properties 2017-02-24 18:57:22.987405436 +0530 @@ -301,6 +301,16 @@ # com.sun.management.jmxremote.password.file=filepath # +# ################# Hash passwords in password file ############## +# com.sun.management.jmxremote.password.hash = true|false +# Default for this property is true. (Case for true/false ignored) +# Specifies if passswords in above file should be hashed or not +# If this property is true, and if the password file is writable, +# all the clear passwords in password file will be replaced by +# its SHA-256 hash. +# + +# # ################ RMI Access file location ##################### # # com.sun.management.jmxremote.access.file=filepath