RFR 8136831 : Undefined null behavior in Class[Loader].getResourceXXXX() (original) (raw)
Mandy Chung mandy.chung at oracle.com
Thu Nov 17 22:49:42 UTC 2016
- Previous message: RFR 8136831 : Undefined null behavior in Class[Loader].getResourceXXXX()
- Next message: RFR 8136831 : Undefined null behavior in Class[Loader].getResourceXXXX()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Nov 17, 2016, at 2:00 PM, Brent Christian <brent.christian at 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
- Previous message: RFR 8136831 : Undefined null behavior in Class[Loader].getResourceXXXX()
- Next message: RFR 8136831 : Undefined null behavior in Class[Loader].getResourceXXXX()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]