-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AIX compile failure with JDK11 extensions #2468
Comments
@keithc-ca you might look at this next |
In JDK10, there are separate versions of jsig.c for aix and linux; in JDK11 the aix version was folded into a single unix source. |
@sxa555 Has anyone found reports of this on AIX in the openjdk maillist or bug reports at all? if it fails with Hotspot at Adopt presumably they would hit the issue too? |
I would expect so, yes (unless it's toolchain specific) although I don't follow whichever list you're referring to closely and I don't see an easy way to search it ... |
In JDK11 and JDK12, source files are compiled with I'm investigating whether alternate definitions of See also this open issue: https://bugs.openjdk.java.net/browse/JDK-8204541. |
This should be fixed via ibmruntimes/openj9-openjdk-jdk11#15. |
https://ci.eclipse.org/openj9/job/PullRequest-Sanity-JDK11-aix_ppc-64_cmprssptrs-OpenJDK11/1/console
Actually looks like we are just past the openj9 native compilation and into java.base-libs
important bits (?) of libjsig.loadmap
The text was updated successfully, but these errors were encountered: