Hacker News new | ask | show | jobs
by cogman10 1328 days ago
Reflection only matters if you are using graal for AOT. It's still a full JVM.
1 comments

Also, reflection is supported in AOT mode. The analysis, however, does require reachability metadata in some cases. In the best case, libraries provide and maintain appropriate configuration for this. Reachability metadata can also be shared via https://github.com/oracle/graalvm-reachability-metadata.