Re: RFR of JDK-8159785: Add test that tests ClassLoader.getResource/getResources in Multi-Release Jar

2016-06-17 Thread Alan Bateman
On 17/06/2016 08:38, Hamlin Li wrote: Would you please review the following patch? bug: https://bugs.openjdk.java.net/browse/JDK-8159785 webrev: http://cr.openjdk.java.net/~mli/8159785/webrev.00/ JDK-8151542 fixed bugs and added test to verify

RFR of JDK-8159785: Add test that tests ClassLoader.getResource/getResources in Multi-Release Jar

2016-06-17 Thread Hamlin Li
Would you please review the following patch? bug: https://bugs.openjdk.java.net/browse/JDK-8159785 webrev: http://cr.openjdk.java.net/~mli/8159785/webrev.00/ JDK-8151542 fixed bugs and added test to verify Class.getResource works as expected, bu