src/java.base/share/classes/java/lang/System.java
changeset 47476 1851856462b0
parent 47216 71c04702a3d5
child 47707 67aa34b019e1
--- a/src/java.base/share/classes/java/lang/System.java	Mon Oct 30 07:06:49 2017 -0700
+++ b/src/java.base/share/classes/java/lang/System.java	Mon Oct 30 16:16:01 2017 -0700
@@ -1937,7 +1937,7 @@
         // initialization. So make sure the "props" is available at the
         // very beginning of the initialization and all system properties to
         // be put into it directly.
-        props = new Properties();
+        props = new Properties(84);
         initProperties(props);  // initialized by the VM
 
         // There are certain system configurations that may be controlled by