hotspot/test/gc/g1/humongousObjects/objectGraphTest/README
changeset 39618 ced8c3f59678
parent 39280 86907793a181
--- a/hotspot/test/gc/g1/humongousObjects/objectGraphTest/README	Wed Jun 29 17:01:55 2016 +0300
+++ b/hotspot/test/gc/g1/humongousObjects/objectGraphTest/README	Wed Jun 29 18:40:28 2016 +0300
@@ -38,6 +38,9 @@
                         non-humongous and humongous objects are not collected since we make 2 Young GC to promote all
                         weak references to Old Gen.
 
+6. Mixed GC - weakly referenced non-humongous and humongous objects are collected, softly referenced non-humongous and
+              humongous objects are not collected.
+
 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.