src/hotspot/share/gc/g1/g1CollectedHeap.hpp
changeset 53987 e1f707ed0757
parent 53986 9ad20fd52b19
child 54093 9d02451b536e
equal deleted inserted replaced
53986:9ad20fd52b19 53987:e1f707ed0757
  1364   void verify(VerifyOption vo);
  1364   void verify(VerifyOption vo);
  1365 
  1365 
  1366   // WhiteBox testing support.
  1366   // WhiteBox testing support.
  1367   virtual bool supports_concurrent_phase_control() const;
  1367   virtual bool supports_concurrent_phase_control() const;
  1368   virtual bool request_concurrent_phase(const char* phase);
  1368   virtual bool request_concurrent_phase(const char* phase);
  1369   bool is_hetero_heap() const;
  1369   bool is_heterogeneous_heap() const;
  1370 
  1370 
  1371   virtual WorkGang* get_safepoint_workers() { return _workers; }
  1371   virtual WorkGang* get_safepoint_workers() { return _workers; }
  1372 
  1372 
  1373   // The methods below are here for convenience and dispatch the
  1373   // The methods below are here for convenience and dispatch the
  1374   // appropriate method depending on value of the given VerifyOption
  1374   // appropriate method depending on value of the given VerifyOption