ibmruntimes / openj9-openjdk-jdk

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

Detect operating systems consistently in SystemLookup #796

Closed keithc-ca closed 3 months ago

keithc-ca commented 3 months ago

Mixing uses of Utils.IS_WINDOWS with OperatingSystem.isXXX() lead to use of a Windows-specific path for AIX (and z/OS) causing a failure to find the syslookup library.

Issue: openj9#19573. This is a replay of https://github.com/ibmruntimes/openj9-openjdk-jdk21/pull/164.