jdk-24/hotspot/test/gc/arguments
Thomas Schatzl b8276670c2 8014765: VM exits if MaxTenuringThreshold is set below the default InitialTenuringThreshold, and InitialTenuringThreshold is not set
The VM exits when the condition in the subject line applies. The fix sets InitialTenuringThreshold to MaxTenuringThreshold if it is larger than MaxTenuringThreshold and InitialTenuringThreshold has not been set (is default).

Reviewed-by: jwilhelm, jmasa, brutisso, johnc
2013-05-16 23:51:51 +02:00
..
TestCMSHeapSizeFlags.java 8014489: tests/gc/arguments/Test(Serial|CMS|Parallel|G1)HeapSizeFlags jtreg tests invoke wrong class 2013-05-14 17:08:31 +02:00
TestG1HeapSizeFlags.java 8014489: tests/gc/arguments/Test(Serial|CMS|Parallel|G1)HeapSizeFlags jtreg tests invoke wrong class 2013-05-14 17:08:31 +02:00
TestInitialTenuringThreshold.java 8014765: VM exits if MaxTenuringThreshold is set below the default InitialTenuringThreshold, and InitialTenuringThreshold is not set 2013-05-16 23:51:51 +02:00
TestMaxHeapSizeTools.java 8014058: Regression tests for 8006088 2013-05-13 09:45:33 +02:00
TestMinInitialErgonomics.java 8014058: Regression tests for 8006088 2013-05-13 09:45:33 +02:00
TestParallelHeapSizeFlags.java 8014489: tests/gc/arguments/Test(Serial|CMS|Parallel|G1)HeapSizeFlags jtreg tests invoke wrong class 2013-05-14 17:08:31 +02:00
TestSerialHeapSizeFlags.java 8014489: tests/gc/arguments/Test(Serial|CMS|Parallel|G1)HeapSizeFlags jtreg tests invoke wrong class 2013-05-14 17:08:31 +02:00