src/hotspot/share/gc/g1/g1CollectedHeap.hpp
changeset 49048 4e8c86b75428
parent 49047 8f004146e407
child 49054 fa4c8865a4ff
equal deleted inserted replaced
49047:8f004146e407 49048:4e8c86b75428
  1001 
  1001 
  1002   virtual CollectorPolicy* collector_policy() const;
  1002   virtual CollectorPolicy* collector_policy() const;
  1003 
  1003 
  1004   virtual SoftRefPolicy* soft_ref_policy();
  1004   virtual SoftRefPolicy* soft_ref_policy();
  1005 
  1005 
  1006   // Adaptive size policy.  No such thing for g1.
       
  1007   virtual AdaptiveSizePolicy* size_policy() { return NULL; }
       
  1008 
       
  1009   virtual GrowableArray<GCMemoryManager*> memory_managers();
  1006   virtual GrowableArray<GCMemoryManager*> memory_managers();
  1010   virtual GrowableArray<MemoryPool*> memory_pools();
  1007   virtual GrowableArray<MemoryPool*> memory_pools();
  1011 
  1008 
  1012   // The rem set and barrier set.
  1009   // The rem set and barrier set.
  1013   G1RemSet* g1_rem_set() const { return _g1_rem_set; }
  1010   G1RemSet* g1_rem_set() const { return _g1_rem_set; }