A very simple project that shows how to read a class into Graal and extract the transitive set of methods that are called.
- Import into Eclipse or use javac and add the
libs
folder into the classpath.
- Download the Graal VM or an Graal enabled JVM
- Run with JVM parameters
-XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler -XX:-UseJVMCIClassLoader