hotspot/test/gc/g1/humongousObjects/objectGraphTest/README
changeset 39280 86907793a181
parent 38256 685ac27ed264
child 39618 ced8c3f59678
--- a/hotspot/test/gc/g1/humongousObjects/objectGraphTest/README	Wed Jun 08 13:24:36 2016 +0200
+++ b/hotspot/test/gc/g1/humongousObjects/objectGraphTest/README	Tue Jun 14 19:15:27 2016 +0300
@@ -31,6 +31,13 @@
 
 3. Full GC with memory pressure - weakly and softly referenced non-humongous and humongous objects are collected.
 
+4. CMC -  weakly referenced non-humongous objects are collected, other objects are not collected since weak references
+          from Young Gen is handled as strong during CMC.
+
+5. CMC_NO_SURV_ROOTS -  weakly referenced non-humongous and humongous objects are collected, softly referenced
+                        non-humongous and humongous objects are not collected since we make 2 Young GC to promote all
+                        weak references to Old Gen.
+
 The test gets gc type as a command line argument.
 Then the test allocates object graph in heap (currently testing scenarios are pre-generated and stored in
 TestcaseData.getPregeneratedTestcases()) with TestObjectGraphAfterGC::allocateObjectGraph.