-
Enhancement
-
Resolution: Fixed
-
P3
-
hs25
-
b59
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8028662 | 8 | Jesper Wilhelmsson | P3 | Resolved | Fixed | b117 |
JDK-8028971 | port-stage-ppc-aix | Jesper Wilhelmsson | P3 | Resolved | Fixed | master |
A recent change moved restricted_align_down() from collectorPolicy.cpp to metaspace.cpp since the only usages of that method was moved there. There is code in collectorPolicy.cpp that would benefit from using restricted_align_down() so the method should be moved to globalDefinitions.hpp where the other alignment methods are defined. It should also get a new name to follow the pattern used in globalDefinitions.hpp.
- backported by
-
JDK-8028662 Use restricted_align_down in collector policy code
-
- Resolved
-
-
JDK-8028971 Use restricted_align_down in collector policy code
-
- Resolved
-