Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082677 | emb-9 | Per Liden | P4 | Resolved | Fixed | team |
Universe::initialize_heap() is kind of messy as it contains lots of #if INCLUDE_ALL_GCS, this code can be made more readable. Also, all collectors except ParallelScavenge to take their CollectorPolicy as an argument to the constructor. Aligning ParallelScavenge to also do this would further improve the readability of initialize_heap().
- backported by
-
JDK-8082677 Cleanup of Universe::initialize_heap()
-
- Resolved
-