hotspot/src/share/vm/gc/cms/concurrentMarkSweepGeneration.hpp
changeset 33580 c2d95df2c54e
parent 33153 b9545e2c94df
child 33587 c04a7462b0e6
--- a/hotspot/src/share/vm/gc/cms/concurrentMarkSweepGeneration.hpp	Wed Oct 21 13:46:25 2015 +0000
+++ b/hotspot/src/share/vm/gc/cms/concurrentMarkSweepGeneration.hpp	Mon Oct 19 15:03:58 2015 +0200
@@ -1121,12 +1121,6 @@
   // over-rides
   MemRegion used_region_at_save_marks() const;
 
-  // Does a "full" (forced) collection invoked on this generation collect
-  // the young generation as well?
-  virtual bool full_collects_young_generation() const {
-    return !ScavengeBeforeFullGC;
-  }
-
   // Adjust quantities in the generation affected by
   // the compaction.
   void reset_after_compaction();