-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b01
-
generic
-
generic
-
Verified
The Java HotSpot VM Options page
http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html
contains the following line for performance options:
-XX:NewSize=2.125m
This is wrong. The default value should be 2m. At least the value should be multiple to 1024. Float value is not applicable for this option.
http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html
contains the following line for performance options:
-XX:NewSize=2.125m
This is wrong. The default value should be 2m. At least the value should be multiple to 1024. Float value is not applicable for this option.