For consistency with #19342, we should rename the few other cases we use ClassLoader.loadClass
to Class.forName(className, false, classLoader)
Comment From: snicoll
There are few more cases I missed, reopening
For consistency with #19342, we should rename the few other cases we use ClassLoader.loadClass
to Class.forName(className, false, classLoader)
Comment From: snicoll
There are few more cases I missed, reopening