AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Add gcc-fno-common-fix.patch in order to fix boo#1167462.
- Update to OpenJDK 11.0.9 with OpenJ9 0.23.0 virtual machine * Including Oracle Octobre 2020 CPU changes (bsc#1177943) * fixes CVE-2020-14779, CVE-2020-14781, CVE-2020-14782, CVE-2020-14792, CVE-2020-14796, CVE-2020-14797, CVE-2020-14798 and CVE-2020-14803 * OpenJ9 changes, see https://www.eclipse.org/openj9/docs/version0.23 - Removed patches: * gcc-fno-common-fix.patch * gcc10.patch + not needed any more with this version - Modified patch: * aarch64.patch + rediff to changed context - Added patch: * omr-no-return-in-nonvoid-function.patch + fix build errors on some systems with some versions of gcc
- Added patch: * gcc10.patch + fix build with gcc 10.x
- Update to OpenJDK 11.0.7 with OpenJ9 0.20.0 virtual machine * including Oracle April 2020 CPU changes (bsc#1169511) * Initial experimental support of 64-bit ARM architecture * OpenJ9 changes, see https://www.eclipse.org/openj9/docs/version0.20 - Added patch: * aarch64.patch + fix OpenJ9 linking on aarch64 + enable omrsig support for aarch64 - Removed patch: * DependOnVariableHelper.patch + integrated in OpenJDK 11.0.7 code-base
- The pack200 and unpack200 alternatives should be slaves of java and not of javac, since they are part of JRE.
- Add gcc-fno-common-fix.patch in order to fix boo#1167462.
- DependOnVariableHelper.patch: Fix DependOnVariableHelper for make 4.3
- Initial release of OpenJDK 11.0.6 with OpenJ9 0.18.1 virtual machine