hotspot/src/share/vm/gc/g1/g1CollectedHeap.hpp
changeset 46384 dacebddcdea0
parent 46348 5803de68c14d
child 46517 14de3e5151a9
equal deleted inserted replaced
46383:24999171edf9 46384:dacebddcdea0
  1436   // Currently there is only one place where this is called with
  1436   // Currently there is only one place where this is called with
  1437   // vo == UseMarkWord, which is to verify the marking during a
  1437   // vo == UseMarkWord, which is to verify the marking during a
  1438   // full GC.
  1438   // full GC.
  1439   void verify(VerifyOption vo);
  1439   void verify(VerifyOption vo);
  1440 
  1440 
       
  1441   // WhiteBox testing support.
       
  1442   virtual bool supports_concurrent_phase_control() const;
       
  1443   virtual const char* const* concurrent_phases() const;
       
  1444   virtual bool request_concurrent_phase(const char* phase);
       
  1445 
  1441   // The methods below are here for convenience and dispatch the
  1446   // The methods below are here for convenience and dispatch the
  1442   // appropriate method depending on value of the given VerifyOption
  1447   // appropriate method depending on value of the given VerifyOption
  1443   // parameter. The values for that parameter, and their meanings,
  1448   // parameter. The values for that parameter, and their meanings,
  1444   // are the same as those above.
  1449   // are the same as those above.
  1445 
  1450