Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135519 | emb-9 | Jesper Wilhelmsson | P4 | Resolved | Fixed | team |
GenCollectedHeap and the code around it is passing a level around to determine which generation different code is supposed to deal with. Since we removed the generation array this is no longer needed. In all cases where this level is used we already know which generation it concerns. We should remove this level.
- backported by
-
JDK-8135519 Remove the level parameter passed around in GenCollectedHeap
-
- Resolved
-