Integration test jgit fails to compile natively with GraalVM CE 21.3 Java 17 #21372
Labels
area/native-image
env/graalvm-java17
Relating to using GraalVM native generation Java 11
kind/bug
Something isn't working
Milestone
Describe the bug
Native compilation of integration test
jgit
fails with GraalVM CE 21.3 Java17 (quay.io/quarkus/ubi-quarkus-native-image:21.3-java17
)See https://github.com/graalvm/mandrel/runs/4170345504?check_suite_focus=true
Note that this is not a Quarkus issue. The underlying issue is only reproducible on Java 17 and has been fixed upstream in oracle/graal#3875 (and will probably land in the January releases)
Expected behavior
jgit test should build and run.
Actual behavior
Test fails to build with:
How to Reproduce?
Output of
uname -a
orver
5.14.15-200.fc34.x86_64 #1 SMP Wed Oct 27 15:53:30 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
OpenJDK 64-Bit Server VM Temurin-11.0.13+8 (build 11.0.13+8, mixed mode)
GraalVM version (if different from Java)
OpenJDK 64-Bit Server VM GraalVM CE 21.3.0 (build 17.0.1+12-jvmci-21.3-b05, mixed mode, sharing)
Quarkus version or git rev
132d9ea
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
The text was updated successfully, but these errors were encountered: