< prev index next >

src/hotspot/share/gc/g1/g1CollectedHeap.hpp

Print this page
rev 50059 : imported patch 8202829-implement-collectedheap-safepoint-workers

*** 1361,1370 **** --- 1361,1372 ---- // WhiteBox testing support. virtual bool supports_concurrent_phase_control() const; virtual const char* const* concurrent_phases() const; virtual bool request_concurrent_phase(const char* phase); + virtual WorkGang* get_safepoint_workers() { return _workers; } + // The methods below are here for convenience and dispatch the // appropriate method depending on value of the given VerifyOption // parameter. The values for that parameter, and their meanings, // are the same as those above.
< prev index next >