jdk-24/hotspot/test/gc/g1
Thomas Schatzl 6f46da6198 8027756: assert(!hr->isHumongous()) failed: code root in humongous region?
Change checks for isHumongous() to continuesHumongous() as installing a code root for a humongous object is valid, but not for continuations of humongous objects. Cleaned up asserts.

Reviewed-by: jmasa, tamao
2013-11-07 15:17:10 +01:00
..
TestHumongousAllocInitialMark.java 8023158: hotspot/test/gc/7168848/HumongousAlloc.java fails 14 full gcs, expect 0 full gcs 2013-10-15 11:38:47 +02:00
TestHumongousCodeCacheRoots.java 8027756: assert(!hr->isHumongous()) failed: code root in humongous region? 2013-11-07 15:17:10 +01: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
TestShrinkToOneRegion.java 8013872: G1: HeapRegionSeq::shrink_by() has invalid assert 2013-05-06 21:30:34 +02: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 8014078: G1: improve remembered set summary information by providing per region type information 2013-09-26 12:49:45 +02:00