src/hotspot/share/gc/g1/g1CollectedHeap.hpp
changeset 53647 82c95d4b61f0
parent 53536 482109fae02b
child 53747 13acc8e38a29
equal deleted inserted replaced
53646:043ae846819f 53647:82c95d4b61f0
  1367   // full GC.
  1367   // full GC.
  1368   void verify(VerifyOption vo);
  1368   void verify(VerifyOption vo);
  1369 
  1369 
  1370   // WhiteBox testing support.
  1370   // WhiteBox testing support.
  1371   virtual bool supports_concurrent_phase_control() const;
  1371   virtual bool supports_concurrent_phase_control() const;
  1372   virtual const char* const* concurrent_phases() const;
       
  1373   virtual bool request_concurrent_phase(const char* phase);
  1372   virtual bool request_concurrent_phase(const char* phase);
  1374 
  1373 
  1375   virtual WorkGang* get_safepoint_workers() { return _workers; }
  1374   virtual WorkGang* get_safepoint_workers() { return _workers; }
  1376 
  1375 
  1377   // The methods below are here for convenience and dispatch the
  1376   // The methods below are here for convenience and dispatch the