equal
deleted
inserted
replaced
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 |