-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
ConcurrentModificationException during native image generation with JDK 11 #6018
Comments
I think this one should be fixed by the bug fix that was done recently for the issue reported by @stuartwdouglas here oracle/graal#1927 |
I renamed this issue to reflect the real problem. It can happen during the native image generation of any integration test module. |
So Stuart’s work around does not work in the end? |
Well I suppose it doesn't since I keep seeing failures locally. |
I originally saw this in a JDK8 run, so it is not tied to JDK11, and I am pretty sure the code in question has been buggy for a while. I am pretty sure it is just luck that we have not run into this earlier. |
Fixed in GraalVM |
Describe the bug
To Reproduce
Steps to reproduce the behavior from the
master
branch:JAVA_HOME
environment variable to a JDK 11 installation directory (OpenJDK 11 or GraalVM 19.3.0 JDK 11 edition). Add the JDK 11bin
directory to the path../mvnw clean install -Dmaven.test.skip=true
to build all the Quarkus sources with the JDK 11../mvnw clean install --projects :quarkus-integration-test-spring-data-jpa -Dquarkus.native.container-build=true -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-native-image:19.3.0-java11
.The text was updated successfully, but these errors were encountered: