Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8204786 | 11.0.1 | Sangheon Kim | P2 | Resolved | Fixed | team |
Description
When ParallelRefProcEnabled=true, ParallelGC and CMS faces assertion failure because an array to save time information is set smaller than actual use case. This array should be set to maximum available size.
Attachments
Issue Links
- backported by
-
JDK-8204786 assert(worker_i < _length) failed: Worker 15 is greater than max: 11 at ReferenceProcessorPhaseTimes
-
- Resolved
-