Skip to content

Commit

Permalink
8279168: Shenandoah: Remove unused always_true in ShenandoahRootAdjus…
Browse files Browse the repository at this point in the history
…ter::roots_do()

Reviewed-by: shade
  • Loading branch information
zhengyu123 committed Jan 5, 2022
1 parent 9a0e890 commit 7b429a6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ void ShenandoahRootAdjuster::roots_do(uint worker_id, OopClosure* oops) {
static_cast<CodeBlobToOopClosure*>(&blobs_and_disarm_Cl) :
static_cast<CodeBlobToOopClosure*>(&code_blob_cl);
CLDToOopClosure adjust_cld_closure(oops, ClassLoaderData::_claim_strong);
AlwaysTrueClosure always_true;

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

1 comment on commit 7b429a6

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.