$ export JAVA_ARGS="-XX:-UseCompressedOops"
$ make jdk_util
...
STDOUT:
compressedOops: false; Test will be started with "-Xms770m"
Command line: [/export/twisti/foo/build/linux-x86_64-normal-server-release/images/jdk/bin/java -ea -esa -Xmx512m -XX:-UseCompressedOops -Xms770m TimSortStackSize2 67108864 ]
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size
$ make jdk_util
...
STDOUT:
compressedOops: false; Test will be started with "-Xms770m"
Command line: [/export/twisti/foo/build/linux-x86_64-normal-server-release/images/jdk/bin/java -ea -esa -Xmx512m -XX:-UseCompressedOops -Xms770m TimSortStackSize2 67108864 ]
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size
- relates to
-
JDK-8075071 [TEST_BUG] TimSortStackSize2.java: OOME: Java heap space: MaxHeap shrinked by MaxRAMFraction
-
- Closed
-
-
JDK-8190679 java/util/Arrays/TimSortStackSize2.java fails with "Initial heap size set to a larger value than the maximum heap size"
-
- Resolved
-