jdk-24/hotspot/test/gc/g1
Thomas Schatzl adf66602a0 8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set
Remove -XX:-G1DeferredRSUpdate functionality as it is racy. During evacuation failure handling, threads where evacuation failure handling occurred may try to add remembered sets to regions which remembered sets are currently being scanned. The iterator to handle the remembered set scan does not support addition of entries during scan and so may skip valid references.

Reviewed-by: iveresov, brutisso, mgerdin
2014-09-16 10:28:15 +02:00
..
Test2GbHeap.java 8031686: G1: assert(_hrs.max_length() == _expansion_regions) failed 2014-01-20 10:55:54 +01:00
TestEagerReclaimHumongousRegions2.java 8054362: gc/g1/TestEagerReclaimHumongousRegions2.java timeout 2014-08-18 15:41:57 +02:00
TestEagerReclaimHumongousRegions.java 8027959: Early reclamation of large objects in G1 2014-07-23 09:03:32 +02:00
TestGCLogMessages.java 8027959: Early reclamation of large objects in G1 2014-07-23 09:03:32 +02:00
TestHumongousAllocInitialMark.java 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
TestHumongousCodeCacheRoots.java 8011397: JTREG needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot 2014-08-11 17:12:41 +04:00
TestHumongousShrinkHeap.java 8056237: [TESTBUG] gc/g1/TestHumongousShrinkHeap.java fails due to OOM 2014-09-11 14:21:24 +02:00
TestPrintGCDetails.java 8010738: G1: Output for full GCs with +PrintGCDetails should contain perm gen size/meta data change info 2013-05-16 09:24:26 -07:00
TestPrintRegionRememberedSetInfo.java 8020123: Test gc/g1/TestPrintRegionRememberedSetInfo.java fails with "test result: Error. No action after @build" 2013-07-24 10:07:37 +02:00
TestRegionAlignment.java 8013791: G1: G1CollectorPolicy::initialize_flags() may set min_alignment > max_alignment 2013-05-06 09:16:14 +02:00
TestShrinkDefragmentedHeap.java 8041946: CMM Testing: 8u40 an allocated humongous object at the end of the heap should not prevents shrinking the heap 2014-09-11 14:21:13 +02:00
TestShrinkToOneRegion.java 8013872: G1: HeapRegionSeq::shrink_by() has invalid assert 2013-05-06 21:30:34 +02:00
TestStringDeduplicationAgeThreshold.java 8029075: String deduplication in G1 2014-03-18 19:07:22 +01:00
TestStringDeduplicationFullGC.java 8029075: String deduplication in G1 2014-03-18 19:07:22 +01:00
TestStringDeduplicationInterned.java 8029075: String deduplication in G1 2014-03-18 19:07:22 +01:00
TestStringDeduplicationPrintOptions.java 8029075: String deduplication in G1 2014-03-18 19:07:22 +01:00
TestStringDeduplicationTableRehash.java 8029075: String deduplication in G1 2014-03-18 19:07:22 +01:00
TestStringDeduplicationTableResize.java 8029075: String deduplication in G1 2014-03-18 19:07:22 +01:00
TestStringDeduplicationTools.java 8050464: G1 string deduplication tests hang/timeout and leave running processes consuming all resources 2014-08-28 18:38:31 +04:00
TestStringDeduplicationYoungGC.java 8029075: String deduplication in G1 2014-03-18 19:07:22 +01:00
TestStringSymbolTableStats.java 8027476: Improve performance of Stringtable unlink 2014-01-20 11:47:07 +01:00
TestSummarizeRSetStats.java 8014078: G1: improve remembered set summary information by providing per region type information 2013-09-26 12:49:45 +02:00
TestSummarizeRSetStatsPerRegion.java 8014078: G1: improve remembered set summary information by providing per region type information 2013-09-26 12:49:45 +02:00
TestSummarizeRSetStatsThreads.java 8025441: G1: assert "assert(thread < _num_vtimes) failed: just checking" fails when G1ConcRefinementThreads > ParallelGCThreads 2013-09-30 12:43:59 +02:00
TestSummarizeRSetStatsTools.java 8026847: [TESTBUG] gc/g1/TestSummarizeRSetStats* tests launch 32bit jvm with UseCompressedOops 2014-06-25 17:22:58 +02:00