Jorn Vernee
Jorn Vernee
> Note that all your program's dependencies (including the JavaFX ones) are treated as non-modular This is problematic in the case of JavaFX, since it expects to be loaded from...
Currently also running into this problem; using that `safe_relpath` function as a replacement for `os.path.relpath` seems to do the trick.
> Currently I don't have time to update the PR, can someone else do it? :) I can not edit this PR (because I don't have push access to your...
For upcalls on non-Windows platforms, we also save MXCSR and restore it after the call, and load a set standard value for the Java code that's about to be executed....
I think ideally the member suffix should be added by `System.mapLibraryName` since that takes care of mapping the platform agnostic library name to a platform specific string that identifies a...
> No changes in libTestDowncallStack.c (not even minor ones) ? No, there was a 'missing' space between the prefix parameters and the actual parameters of the stack variants, and between...
One problem with toolchains, it seems, is that there is a tight coupling between 2 features: 1. JDK selection based on certain criteria (including auto-provisioning). 2. Using an alternative toolchain...
/sponsor
I've also run into a scenario where a `--module-path` option seems like it would be useful. The command I'm using right now looks something like this: ``` java \ --module-path...