I built the GraalVM JVM code from the project repository (GraalVM), using the following instructions. I think it completed successfully (didn't see any error messages), and it created a new folder graal\vm\mxbuild with what seems to be the compilation product.
My question is, how do I use the compiled JVM to run a java program? usually I would expect some java execution file, but I can't find any.
My goal is to eventually change the JVM code in order to test the behavior of the GC, so if there is a different way to do it with the GraalVM source code I'll appreciate your instructions.
(working on an Ubuntu 18.04 system if it matters..)