Closed aclement closed 4 years ago
Hey @aclement we have identified the issue in src/com/oracle/svm/hosted/config/JAXBClassAndResourcesLoaderFeature.java
@arodionov is in the process of finding a fix for this, including a possible rollback of Feature.
Describe GraalVM and your environment :
Run the following to capture compiler version
cl.exe
cc -v
gcc --version
Run the following to capture linker version
cl.exe
cc -Wl,-v
gcc -Wl,--version
java -Xinternalversion
:Have you verified this issue still happens when using the latest snapshot? You can find snapshot builds here: https://github.com/graalvm/graalvm-ce-dev-builds/releases
Describe the issue Building my app crashes:
Describe the full native-image command
Capture full native-image command by running with the `--verbose` flag e.g.:
``` native-image \ --verbose \ --no-server \ -Dverbose=true \ --no-fallback \ -H:+TraceClassInitialization \ -H:Name=$ARTIFACT \ -H:+ReportExceptionStackTraces \ --allow-incomplete-classpath \ --report-unsupported-elements-at-runtime \ -DremoveUnusedAutoconfig=true \ -cp $CP $MAINCLASS ```Code snippet or code repository that reproduces the issue
This works fine on 20.0 release.