Skip to content

Commit c8abe35

Browse files
committedNov 1, 2021
8276121: G1: Remove unused and uninitialized _g1h in g1SATBMarkQueueSet.hpp
Reviewed-by: ayang, tschatzl
1 parent f55e68c commit c8abe35

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎src/hotspot/share/gc/g1/g1SATBMarkQueueSet.hpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -27,13 +27,10 @@
2727

2828
#include "gc/shared/satbMarkQueue.hpp"
2929

30-
class G1CollectedHeap;
3130
class Monitor;
3231
class Thread;
3332

3433
class G1SATBMarkQueueSet : public SATBMarkQueueSet {
35-
G1CollectedHeap* _g1h;
36-
3734
public:
3835
G1SATBMarkQueueSet(BufferNode::Allocator* allocator);
3936

0 commit comments

Comments
 (0)
Please sign in to comment.