8139883: Add virtual destructor G1ParScanThreadState

Reviewed-by: tschatzl, mgerdin, stefank
This commit is contained in:
Erik Helin 2015-10-19 15:47:36 +02:00
parent 0ee0cf9845
commit 3ee73137fb

View file

@ -84,7 +84,7 @@ class G1ParScanThreadState : public CHeapObj<mtGC> {
public:
G1ParScanThreadState(G1CollectedHeap* g1h, uint worker_id, size_t young_cset_length);
~G1ParScanThreadState();
virtual ~G1ParScanThreadState();
void set_ref_processor(ReferenceProcessor* rp) { _scanner.set_ref_processor(rp); }