ibmruntimes / openj9-openjdk-jdk17

Extensions for OpenJDK 17 for Eclipse OpenJ9
GNU General Public License v2.0
23 stars 53 forks source link

Tolerate OpenJCEPlus FIPS binaries with jlink #375

Closed jasonkatonica closed 3 weeks ago

jasonkatonica commented 3 weeks ago

When using jlink to create a JRE a user may make use of the jlink argument --strip-debug. This argument executes a strip to remove unnecessary symbols and information from a library to provide for a minimal footprint size of the runtime being created.

This update skips performing any strip commands against the FIPS libraries contained in the openjceplus module. This is required since any changes to the FIPS libraries will cause a failure when loading the library since a self verification process is done when the FIPS library is loaded.

Signed-off-by: Jason Katonica katonica@us.ibm.com

keithc-ca commented 3 weeks ago

Jenkins compile xlinux jdk17

keithc-ca commented 3 weeks ago

Jenkins compile xlinux jdk17

keithc-ca commented 3 weeks ago

Jenkins compile xlinux jdk17

keithc-ca commented 3 weeks ago

Jenkins compile xlinux jdk17