Fabio Niephaus
Fabio Niephaus
Thanks, @roberttoyonaga! We're going to take a look asap :)
I will leave the reviewing to @pejovica and @olpaw. It's not going to be merged in time for the 22.2 release but we should be able to merge it right...
Ok so it seems most gates are passing except for unfortunately some that build the EE version of `gu.exe`: ``` Fatal error: java.lang.RuntimeException: There was an error linking the native...
> If I can get hold of the object file, I might be able to see what's out of place. Sounds good. Maybe we can provide that. Anyway, I just...
> any word on this? As you may know, we're in a feature freeze atm and the team is busy preparing the upcoming release. Unfortunately, creating a reproducer for you...
We may need support for this in JNI, reflection, and other metadata as well. An example are AWT applications, which require access to different, platform-specific library classes. Regarding this use...
> Yes, they are really embedded in the native image. The way JNA works is: it looks for the library in the system (libargon2 in this case). If the library...
It seems that Native Image doesn't support `XTestGrabControl` correctly at this point. Could you please share a minimal reproducer so that we can test this against our revised AWT support...
Hi @vsevel, Thanks for raising this issue. We are aware that some of these management APIs are not yet supported in GraalVM Native Image and I hope we can change...
Hi @vsevel, this is only one of many monitoring APIs that still needs to be supported in Native Image. Contributions are always more than welcome but at this point, I...