Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135682 | emb-9 | Thomas Schatzl | P5 | Resolved | Fixed | team |
Everywhere else but G1ParScanThreadState the thread id a particular class belongs to is called worker_id. In this case it is called queue_num(), although it is used as worker_id, and actually assigned and compared to worker_ids in other code.
Change this to be more conforming to existing code.
Change this to be more conforming to existing code.
- backported by
-
JDK-8135682 Rename G1ParScanThreadState::_queue_num to _worker_id
-
- Resolved
-
- relates to
-
JDK-8133096 Remove duplicate _worker_id in G1ParClosureSuper
-
- Closed
-
-
JDK-8030849 Investigate high fragmentation/waste in some situations during allocation during GC in G1
-
- Open
-