jdk-24/test/hotspot/jtreg/gc/arguments
2020-04-27 10:25:29 -07:00
..
AllocationHelper.java 8217329: JTREG: Clean up, remove unused imports in gc folder 2019-02-08 11:52:33 +01:00
FlagsValue.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
GCArguments.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
GCTypes.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
HeapRegionUsageTool.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestAggressiveHeap.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestAlignmentToUseLargePages.java 8235907: Fix tests referencing UseParallelOldGC 2019-12-16 23:07:37 +01:00
TestArrayAllocatorMallocLimit.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestCompressedClassFlags.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestDisableDefaultGC.java 8240745: Implementation: JEP 377: ZGC: A Scalable Low-Latency Garbage Collector (Production) 2020-04-03 23:40:33 +02:00
TestDynMaxHeapFreeRatio.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestDynMinHeapFreeRatio.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestG1ConcMarkStepDurationMillis.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestG1ConcRefinementThreads.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestG1HeapRegionSize.java 8241670: Enhance heap region size ergonomics to improve OOTB performance 2020-04-02 21:33:57 +02:00
TestG1HeapSizeFlags.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestG1PercentageOptions.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestHeapFreeRatio.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestInitialTenuringThreshold.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestMaxHeapSizeTools.java 8243565: some gc tests use 'test.java.opts' and not 'test.vm.opts' 2020-04-27 10:25:29 -07:00
TestMaxMinHeapFreeRatioFlags.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestMaxNewSize.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestMaxRAMFlags.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestMinAndInitialSurvivorRatioFlags.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestMinInitialErgonomics.java 8220813: update hotspot tier1_gc tests depending on GC to use @requires vm.gc.X 2019-04-26 11:33:32 -07:00
TestNewRatioFlag.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestNewSizeFlags.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestNewSizeThreadIncrease.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestObjectTenuringFlags.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestParallelGCThreads.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestParallelHeapSizeFlags.java 8235907: Fix tests referencing UseParallelOldGC 2019-12-16 23:07:37 +01:00
TestParallelRefProc.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestSelectDefaultGC.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestSerialHeapSizeFlags.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestShrinkHeapInSteps.java 8217329: JTREG: Clean up, remove unused imports in gc folder 2019-02-08 11:52:33 +01:00
TestSmallInitialHeapWithLargePageAndNUMA.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestSoftMaxHeapSizeFlag.java 8226302: Test failures on IBM platforms (power and s/390) after JDK-8223837 2019-07-08 10:56:05 +02:00
TestSurvivorAlignmentInBytesOption.java 8229134: [TESTBUG] 32-bit build fails gc/arguments/TestSurvivorAlignmentInBytesOption.java after JDK-8228855 2019-08-06 12:14:41 +02:00
TestSurvivorRatioFlag.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestTargetSurvivorRatioFlag.java 8235250: Create (test) abstraction for allocating objects that is immune to removal by optimizations 2019-12-05 12:52:07 +01:00
TestUnrecognizedVMOptionsHandling.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestUseCompressedOopsErgo.java 8243565: some gc tests use 'test.java.opts' and not 'test.vm.opts' 2020-04-27 10:25:29 -07:00
TestUseCompressedOopsErgoTools.java 8243565: some gc tests use 'test.java.opts' and not 'test.vm.opts' 2020-04-27 10:25:29 -07:00
TestUseNUMAInterleaving.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00
TestVerifyBeforeAndAfterGCFlags.java 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out 2019-07-08 17:24:21 -04:00