Skip to content

Commit 8256376

Browse files
zhengyu123pull[bot]
authored andcommitted
8279168: Shenandoah: Remove unused always_true in ShenandoahRootAdjuster::roots_do()
Reviewed-by: shade
1 parent 8cad5d5 commit 8256376

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ void ShenandoahRootAdjuster::roots_do(uint worker_id, OopClosure* oops) {
209209
static_cast<CodeBlobToOopClosure*>(&blobs_and_disarm_Cl) :
210210
static_cast<CodeBlobToOopClosure*>(&code_blob_cl);
211211
CLDToOopClosure adjust_cld_closure(oops, ClassLoaderData::_claim_strong);
212-
AlwaysTrueClosure always_true;
213212

214213
// Process light-weight/limited parallel roots then
215214
_vm_roots.oops_do(oops, worker_id);

0 commit comments

Comments
 (0)