Jorn Vernee
Jorn Vernee
For instance, when running `mx build` in the graal/vm suite (and after working around https://github.com/oracle/graal/issues/795) I get the error: ``` Traceback (most recent call last): File "J:\Projects\mx\mx.py", line 18829, in...
Update the code gen code in CallGeneratorHelper to reflect the latest state of the libTest(Downcall/Upcall)(Stack).c and shared.h files. - The previous code wanted users to pipe stdout into a file....
This PR adds a new JDK tool, called `jnativescan`, that can be used to find code that accesses native functionality. Currently this includes `native` method declarations, and methods marked with...