Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082891 | emb-9 | Marcus Larsson | P4 | Resolved | Fixed | team |
The current implementation stack-allocates a ParNewTracer for each call to ParNewGeneration::collect(). This requires the tracer to be passed as an argument to functions wanting to use the it. To avoid this the tracer could instead be kept as a field in the class.
- backported by
-
JDK-8082891 Refactor ParNewGeneration to contain ParNewTracer
-
- Resolved
-
- blocks
-
JDK-8066444 Add CMS+ParNew support for promotion event
-
- Closed
-