mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
8139883: Add virtual destructor G1ParScanThreadState
Reviewed-by: tschatzl, mgerdin, stefank
This commit is contained in:
parent
0ee0cf9845
commit
3ee73137fb
1 changed files with 1 additions and 1 deletions
|
@ -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); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue