Hi Patrick, src/java.base/share/classes/java/lang/ClassLoader.java
The constant RESOURCE_CHARACTERISTICS in the line 215 should be defined near the #streamOf()-method. The distance between the line 1412 where the #streamOf()-method is defined and the line 215 is just too huge. Your patch seems to modify the JavaDocs of the methods #getParent(), #getPlatformClassLoader(), #getSystemClassLoader(). But I don see how it is related to the issue you try to solve. test/java/lang/ClassLoader/resources/ResourcesFailureCase.java test/java/lang/ClassLoader/resources/ResourcesSuccessCase.java The indentation is broken. You use tabs. But in JDK you must use spaces, see http://cr.openjdk.java.net/~alundblad/styleguide/index-v6.html#toc-indentation Best regards, Andrej Golovnin On Thu, Sep 1, 2016 at 10:06 PM, Patrick Reinhart <patr...@reini.net> wrote: > Hi Alan, > Hi Paul, > > Here is the first revision of the implementation based on our earlier > conversation. > > http://cr.openjdk.java.net/~reinhapa/reviews/8161230/webrev.00 > <http://cr.openjdk.java.net/~reinhapa/reviews/8161230/webrev.00> > > - Patrick