-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 7
-
Component/s: docs
-
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.