-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
JDK11 build failure on AIX (HotSpot and OpenJ9) #456
Comments
It's not specific to jsig. OpenJDK started using xlc's I have a working fix, but it involves changing one source file to workaround what appears to be an xlc bug. |
Full fix also required removing |
Is this fixed for OpenJ9 and Hotspot builds now? |
Not fully - there's a second error that is fixed in OpenJ9 but not HotSpot - I've removed the
NOTE: I have created #461 to cover doing a check of our current configure flags. |
This looks to be resolved now. @karianna can this be closed? |
AIX Builds are green for Hotspot and JDK 11 so yes. |
Creating this to ensure it's on the adoptopenjdk radar - issue is related to the
sigaction
symbol and is documented more fully at eclipse-openj9/openj9#2468The text was updated successfully, but these errors were encountered: