mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8253222: Shenandoah: unused AlwaysTrueClosure after JDK-8246591
Reviewed-by: rkennke
This commit is contained in:
parent
efe3540d8f
commit
dd43533165
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue