-->java -version
java version "1.7.0-ea"
Java(TM) SE Runtime Environment (build 1.7.0-ea-b72)
Java HotSpot(TM) Server VM (build 17.0-b01, mixed mode)
-->java -XX:DefaultInitialRAMFraction=0
Arithmetic Exception (core dumped)
Same for :-XX:DefaultMaxRAMFraction=0
Really I think this bug is not specific to any version.
For 1.5 result is the same
java version "1.7.0-ea"
Java(TM) SE Runtime Environment (build 1.7.0-ea-b72)
Java HotSpot(TM) Server VM (build 17.0-b01, mixed mode)
-->java -XX:DefaultInitialRAMFraction=0
Arithmetic Exception (core dumped)
Same for :-XX:DefaultMaxRAMFraction=0
Really I think this bug is not specific to any version.
For 1.5 result is the same
- duplicates
-
JDK-6843347 Boundary values in some public GC options cause crashes
- Resolved