< prev index next >

src/share/vm/gc/shared/collectorPolicy.hpp

Print this page
rev 13070 : imported patch 8177544-full-gc-scope

@@ -153,10 +153,12 @@
   ~ClearedAllSoftRefs() {
     if (_clear_all_soft_refs) {
       _collector_policy->cleared_all_soft_refs();
     }
   }
+
+  bool should_clear() { return _clear_all_soft_refs; }
 };
 
 class GenCollectorPolicy : public CollectorPolicy {
   friend class TestGenCollectorPolicy;
   friend class VMStructs;
< prev index next >