Skip to content

Commit dd43533

Browse files
committedSep 16, 2020
8253222: Shenandoah: unused AlwaysTrueClosure after JDK-8246591
Reviewed-by: rkennke
1 parent efe3540 commit dd43533

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

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

-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ void ShenandoahRootScanner::roots_do(uint worker_id, OopClosure* oops, CLDClosur
209209
"Expect class unloading when Shenandoah cycle is running");
210210
assert(clds != NULL, "Only possible with CLD closure");
211211

212-
AlwaysTrueClosure always_true;
213212
ShenandoahParallelOopsDoThreadClosure tc_cl(oops, code, tc);
214213

215214
ResourceMark rm;

0 commit comments

Comments
 (0)
Please sign in to comment.