7194597: Typeo in com.sun.management.VMOption.toString()
VMOption.toString() returns "...(read-only)" if writable "...(read-write)" otherwise. Reviewed-by: alanb, mchung
This commit is contained in:
parent
6ac22bda1f
commit
366a5c5175
@ -178,7 +178,7 @@ public class VMOption {
|
|||||||
return "VM option: " + getName() +
|
return "VM option: " + getName() +
|
||||||
" value: " + value + " " +
|
" value: " + value + " " +
|
||||||
" origin: " + origin + " " +
|
" origin: " + origin + " " +
|
||||||
(writeable ? "(read-only)" : "(read-write)");
|
(writeable ? "(read-write)" : "(read-only)");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user