java.lang.Classloader.findBootstrapClass should load class
Closed this issue · 0 comments
pietrobraione commented
Apparently the native method java.lang.Classloader.findBootstrapClass loads the class if it is not yet loaded before returning it. The current implementation that returns the class only if it is already loaded is therefore wrong.