Vojin Jovanovic
Vojin Jovanovic
I used the version GraalVM for JDK 21 (or 23.1.x according to the old versioning scheme). Could you please try that to see if it works for you?
Thanks for the report, this ticket can serve as reference for all people that hit this issue on JDK 17.
We looked into this and find it highly unlikely that it comes from the version bump in the maven plugin. Please try this by downgrading the plugin to `0.10.2` in...
@albertattard thanks for bringing this up. @alvarosanchez how would you see this going forward? Are there any obvious blockers ?
Have you tried doing the following in the gradle build: ``` named("test") { runtimeArgs.add("-Dproperty_name=true") } ``` If this does not work, please provide relevant commands that were executed so we...
Thank you for reporting. It is a known issue that the current agent is taking too long in some cases as it is based on debugging breakpoints. In some benchmarks...
We can use this one: https://github.com/oracle/graal/issues/9812
Not yet, this is the first report of this kind. A clear reproducer would help us identify what is the cause. Could you share it here for completeness?
Thanks for reporting! `at org.graalvm.nativeimage.builder/com.oracle.svm.core.MissingRegistrationUtils.runIgnoringMissingRegistrations(MissingRegistrationUtils.java:143)` doesn't seem to do what it is supposed to. @loicottet can you handle this and backport to 25.0.2?
Not expected behavior, I will look into this early next week.