Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize Builtins at Native Image build time (#3821)
Moved loading of Builtin Types and Methods to a static initializer. That way the information is available at Native Image build time and one does not have to update a corresponding entry in `reflect-config` which would be a real pain when we start using it in anger. Fixes https://www.pivotaltracker.com/story/show/183374932
- Loading branch information