jdk-24/test/hotspot/jtreg/gc
Patricio Chilano Mateo 2fd7943ec1 8256425: Obsolete Biased Locking in JDK 18
Reviewed-by: kvn, dholmes, dcubed, rrich
2021-06-24 18:54:41 +00:00
..
arguments 8017163: G1: Refactor remembered sets 2021-06-21 10:06:05 +00:00
class_unloading 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
CondCardMark 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
cslocker 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00
epsilon 8267348: Rewrite gc/epsilon/TestClasses.java to use Metaspace with less classes 2021-05-20 16:45:38 +00:00
ergonomics 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
g1 8268458: Add verification type for evacuation failures 2021-06-21 11:12:29 +00:00
logging 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
metaspace 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
parallel 8261505: Test test/hotspot/jtreg/gc/parallel/TestDynShrinkHeap.java killed by Linux OOM Killer 2021-02-12 09:41:49 +00:00
serial 8243933: use driver mode in gc tests 2020-04-29 07:08:31 -07:00
shenandoah 8268699: Shenandoah: Add test for JDK-8268127 2021-06-14 18:07:34 +00:00
startup_warnings 8249000: vm.gc.X should take selected JIT into account 2020-07-10 11:52:35 -07:00
stress 8017163: G1: Refactor remembered sets 2021-06-21 10:06:05 +00:00
stringdedup 8254598: StringDedupTable should use OopStorage 2021-05-14 18:38:58 +00:00
TestJNIWeak 8263556: remove @modules java.base from tests 2021-03-15 17:05:28 +00:00
testlibrary 8237079: gc/g1/mixedgc/TestLogging.java fails with "Pause Young (Mixed) (G1 Evacuation Pause) not found" 2020-01-23 14:42:49 +01:00
whitebox 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
z 8265136: ZGC: Expose GarbageCollectorMXBeans for both pauses and cycles 2021-04-20 07:53:43 +00:00
ArraySize.java 8220704: ZGC: gc tests complain Java heap too small 2019-03-15 18:59:21 +01:00
CriticalNative.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
CriticalNativeArgs.java 8256746: gc/CriticalNativeArgs.java fails without -XX:-CriticalJNINatives 2020-11-23 19:12:13 +00:00
InfiniteList.java 8220704: ZGC: gc tests complain Java heap too small 2019-03-15 18:59:21 +01:00
libCriticalNative.c 8256746: gc/CriticalNativeArgs.java fails without -XX:-CriticalJNINatives 2020-11-23 19:12:13 +00:00
TestAgeOutput.java 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
TestAllocateHeapAt.java 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00
TestAllocateHeapAtError.java 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00
TestAllocateHeapAtMultiple.java 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00
TestBigObj.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestCardTablePageCommits.java 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00
TestConcurrentGCBreakpoints.java 8263556: remove @modules java.base from tests 2021-03-15 17:05:28 +00:00
TestDisableExplicitGC.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestFullGCALot.java 8256425: Obsolete Biased Locking in JDK 18 2021-06-24 18:54:41 +00:00
TestFullGCCount.java 8265136: ZGC: Expose GarbageCollectorMXBeans for both pauses and cycles 2021-04-20 07:53:43 +00:00
TestGenerationPerfCounter.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestHumongousReferenceObject.java 8249000: vm.gc.X should take selected JIT into account 2020-07-10 11:52:35 -07:00
TestMemoryInitialization.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestMemoryInitializationWithSerial.java 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00
TestMemoryMXBeansAndPoolsPresence.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestNoPerfCounter.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestNUMAPageSize.java 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00
TestNumWorkerOutput.java 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
TestObjectAlignment.java 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00
TestPolicyNamePerfCounter.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestReferenceClearDuringMarking.java 8263556: remove @modules java.base from tests 2021-03-15 17:05:28 +00:00
TestReferenceClearDuringReferenceProcessing.java 8263556: remove @modules java.base from tests 2021-03-15 17:05:28 +00:00
TestReferenceRefersTo.java 8263556: remove @modules java.base from tests 2021-03-15 17:05:28 +00:00
TestReferenceRefersToDuringConcMark.java 8263556: remove @modules java.base from tests 2021-03-15 17:05:28 +00:00
TestSmallHeap.java 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
TestSoftReferencesBehaviorOnOOME.java 8254315: Shenandoah: Concurrent weak reference processing 2020-11-03 18:58:46 +00:00
TestStackOverflow.java 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00
TestSystemGC.java 8269077: TestSystemGC uses "require vm.gc.G1" for large pages subtest 2021-06-22 07:44:25 +00:00
TestVerifyDuringStartup.java 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00
TestVerifySilently.java 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00
TestVerifySubSet.java 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00