> On Nov 17, 2016, at 2:00 PM, Brent Christian <brent.christ...@oracle.com> > wrote: > > Right. I'll focus this fix just on ClassLoader, and the Class changes can > come into 9 from jake. > > BTW, I've not changed the test case. The Class methods throw the expected > NPE by virtue of calling up into ClassLoader. > > http://cr.openjdk.java.net/~bchristi/8136831/webrev.02/
Looks good. Nit: do you want to keep this line: 81 System.out.println(cl.getClass().getName() + " returned: " + retVal); @bug id is missing in the test. No need for a new webrev. Mandy