|
41 | 41 | #
|
42 | 42 | # This option enables thread contention monitoring if the
|
43 | 43 | # Java virtual machine supports such instrumentation.
|
44 |
| -# Refer to the specification for the java.lang.management.ThreadMBean |
| 44 | +# Refer to the specification for the java.lang.management.ThreadMXBean |
45 | 45 | # interface - see isThreadContentionMonitoringSupported() method.
|
46 | 46 | #
|
47 | 47 |
|
|
228 | 228 | # com.sun.management.jmxremote.password.toHashes = true|false
|
229 | 229 | # Default for this property is true.
|
230 | 230 | # Specifies if passwords in the password file should be hashed or not.
|
231 |
| -# If this property is true, and if the password file is writable, and if the |
| 231 | +# If this property is true, and if the password file is writable, and if the |
232 | 232 | # system security policy allows writing into the password file,
|
233 | 233 | # all the clear passwords in the password file will be replaced by
|
234 | 234 | # their SHA3-512 hash when the file is read by the server
|
|
267 | 267 | # ################ Filter for ObjectInputStream #############################
|
268 | 268 | # com.sun.management.jmxremote.serial.filter.pattern=<filter-string>
|
269 | 269 | # A filter, if configured, is used by java.io.ObjectInputStream during
|
270 |
| -# deserialization of parameters sent to the JMX default agent to validate the |
| 270 | +# deserialization of parameters sent to the JMX default agent to validate the |
271 | 271 | # contents of the stream.
|
272 | 272 | # A filter is configured as a sequence of patterns, each pattern is either
|
273 | 273 | # matched against the name of a class in the stream or defines a limit.
|
|
0 commit comments