-
Bug
-
Resolution: Fixed
-
P4
-
11
-
b18
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205277 | 11.0.1 | Thomas Schatzl | P4 | Resolved | Fixed | team |
The parallel GC reference processing task executor enqueues total_worker (i.e. max worker) stealing tasks into the processing queue.
However only active_worker threads are going to work on reference processing.
I.e. this is waste of time processing immediately returning stealing tasks at the end of actual work.
However only active_worker threads are going to work on reference processing.
I.e. this is waste of time processing immediately returning stealing tasks at the end of actual work.
- backported by
-
JDK-8205277 The parallel GC reference processing task executor enqueues a wrong number of tasks into the queue
-
- Resolved
-