7128584: Typo in sun.misc.VM's private directMemory field comment

Reviewed-by: forax, chegar
This commit is contained in:
Krystal Mok 2012-01-10 12:48:08 +00:00 committed by Chris Hegarty
parent f44b5b5812
commit a5c9da18fb

View File

@ -168,7 +168,7 @@ public class VM {
// //
// The initial value of this field is arbitrary; during JRE initialization // 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, // 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; private static long directMemory = 64 * 1024 * 1024;