-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
master
During young-gc, the `is_par` arg is hard-coded to true. Should use `_active_workers > 1` instead.
```
Threads::possibly_parallel_threads_do(true /* is_par */, &closure);
```
```
Threads::possibly_parallel_threads_do(true /* is_par */, &closure);
```
- links to
-
Commit(master) openjdk/jdk/eec11539
-
Review(master) openjdk/jdk/26039