7128584: Typo in sun.misc.VM's private directMemory field comment
Reviewed-by: forax, chegar
This commit is contained in:
parent
f44b5b5812
commit
a5c9da18fb
@ -168,7 +168,7 @@ public class VM {
|
||||
//
|
||||
// The initial value of this field is arbitrary; during JRE initialization
|
||||
// it will be reset to the value specified on the command line, if any,
|
||||
// otherwise to Runtime.getRuntime.maxDirectMemory().
|
||||
// otherwise to Runtime.getRuntime().maxMemory().
|
||||
//
|
||||
private static long directMemory = 64 * 1024 * 1024;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user