Severin Gehwolf

Results 387 comments of Severin Gehwolf

One example of an upcall not working (yet) is described in #8616 AFAIUI.

@fniephaus Going by https://github.com/oracle/graal/discussions/8677 there should be better support for JEP 454 in latest master (commit https://github.com/oracle/graal/commit/7b51429d1c19595c1e9ddd8e3002159cd345dcae). Is that supposed to fix the test case from https://github.com/oracle/graal/issues/8616? It doesn't for...

> @jerboaa despite the dynamic nature of the JEP 454 foreign call API, GraalVM Native Image needs to generate stub code for such calls ahead of time, which requires configuration...

> @Sanne do you plan to work further on this? We are getting more and more questions about our Java 25 support and we really need to get rid of...

Why would `-XX:+EnableDynamicAgentLoading` be needed? It's an option that is bound to be removed in later JDK releases. So depending on it would kick the tin just a little bit...

> It would indeed be transparent in dev mode as we launch the JVM ourself. But it wouldn't in tests run by Surefire. We would have to contribute the agent...

It would be worth noting the new JFR features in Mandrel 25 vs Mandrel 24 and below.

Adding the `not-Stale` label helps silence the stale bot :)

Thanks. https://bugs.openjdk.org/browse/JDK-8368678 is a link with a more readable format to JDK devs.