On Mon, 25 Jan 2021 15:47:37 GMT, Alan Bateman <[email protected]> wrote:
>> Claes Redestad has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Copyrights and rename containsLocation
>
> src/java.base/share/classes/jdk/internal/module/SystemModuleFinders.java line
> 439:
>
>> 437: * if not found.
>> 438: */
>> 439: private boolean containsLocation(String name) throws
>> IOException {
>
> Can you rename this to containsImageLocation to keep it consistent with
> findImageLocation? Alternative rename findImageLocation. Also would be better
> for the description to be "Returns true if the given resource exists, false
> if not found".
>
> The changes to the jimage code will take time to review, probably should have
> 2 reviewers.
Done.
I've looped in @JimLaskey
-------------
PR: https://git.openjdk.java.net/jdk/pull/2212