Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eager initialize java_import'ed classes
This was originally done on purpose while working toward the possibility of lazy imports, but it's better for now to just let the class initialize and fail fast if there are linkage errors. Fixes jruby#8299 Resolves regression discussed in jruby#799 that prevented consistent error messages for unlinkable classes.
- Loading branch information