-
Bug
-
Resolution: Fixed
-
P4
-
23
-
b19
-
ppc
-
aix
-
Not verified
dcstartup script uses -agentlib:am_ibm_16 as one of the command line parameters to run the application.
Error log: dcstartup Issue: Could not find agent library am_ibm_16 on the library path, with error: libam_ibm_16.so
J2SEDC folder contains ./j2se_dc/.gdc/7.3.0.15.0/toolkit/lib/aix536/ contains library libam_ibm_16.a.
OpenJDK hotspot can only load libraries with .so extension and throw an error when libraries have .a extension.
Created on behalf of Suchismith Roy
Error log: dcstartup Issue: Could not find agent library am_ibm_16 on the library path, with error: libam_ibm_16.so
J2SEDC folder contains ./j2se_dc/.gdc/7.3.0.15.0/toolkit/lib/aix536/ contains library libam_ibm_16.a.
OpenJDK hotspot can only load libraries with .so extension and throw an error when libraries have .a extension.
Created on behalf of Suchismith Roy
- relates to
-
JDK-8320005 Allow loading of shared objects with .a extension on AIX
-
- Resolved
-
-
JDK-8313616 support loading library members on AIX in os::dll_load
-
- Resolved
-