mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-22 19:37:49 +00:00
8253222: Shenandoah: unused AlwaysTrueClosure after JDK-8246591
Reviewed-by: rkennke
This commit is contained in:
parent
efe3540d8f
commit
dd43533165
@ -209,7 +209,6 @@ void ShenandoahRootScanner::roots_do(uint worker_id, OopClosure* oops, CLDClosur
|
||||
"Expect class unloading when Shenandoah cycle is running");
|
||||
assert(clds != NULL, "Only possible with CLD closure");
|
||||
|
||||
AlwaysTrueClosure always_true;
|
||||
ShenandoahParallelOopsDoThreadClosure tc_cl(oops, code, tc);
|
||||
|
||||
ResourceMark rm;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user