Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083302 | emb-9 | Volker Simonis | P4 | Resolved | Fixed | team |
Until now os::pd_map_memory() was only used in the context of class data sharing (CDS) which isn't supported on AIX anyway, so we hadn't implemented it in os_aix.cpp
However with the integration of the modularity change, os::pd_map_memory() is now also needed for the loading of image files.
The implementation is a straightforward copy of the corresponding Linux version.
However with the integration of the modularity change, os::pd_map_memory() is now also needed for the loading of image files.
The implementation is a straightforward copy of the corresponding Linux version.
- backported by
-
JDK-8083302 Implement os::pd_map_memory() on AIX
-
- Resolved
-