Loading... (original) (raw)
- Type:
Bug
- Resolution: Fixed
- Priority:
P5
- Fix Version/s: 11
- Affects Version/s: 11
The compiler toolchain were upgraded for JDK11. See https://bugs.openjdk.java.net/browse/JDK-8194939 for more details.
The AotCompiler.java uses ld from devkit toolchain and get artifacts used common/conf/jib-profiles.js.
It makes a sense to sync version of used compilers with jib-profiles.js
backported by
JDK-8205299 Upgrade linker used in AOT tests to be same version as build toolchain
- Resolved