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
jdk-15+36 linux version can not run with glibc version 2.12 #2097
Comments
JDK15 was changed to compile on Centos 7 (At Adopt). |
At the moment, you'd find such a change only in our release announcement: https://blog.adoptopenjdk.net/2020/09/adoptopenjdk-15-available/. I apparently missed that. The release notes usually list OpenJDK changes only. But we could still make it work with an older glibc. Oracle builds on 7 with headers/libs from 6: https://wiki.openjdk.java.net/display/Build/Supported+Build+Platforms. |
Restores glibc 2.12 support and aligns us with upstream (https://wiki.openjdk.java.net/display/Build/Supported+Build+Platforms). Fixes #2097.
CentOS/RHEL 6 support should be restored in this week's release of AdoptOpenJDK 15. |
The OpenJ9 project doesn't support CentOS 6 for Java 15 and later, only glibc level 2.17 and later i.e. CentOS 7. |
Platform:
CentOS 6.10
Architecture:
X64
Download page say linux version openjdk 15 work with "Linux glibc version 2.12 or higher"
BUT
OpenJDK 15 build by Oracle works in Centos 6.
The text was updated successfully, but these errors were encountered: