On Sun, 10 Apr 2022 07:41:05 GMT, Alan Bateman <[email protected]> wrote:
>> XenoAmess has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> use (double) DEFAULT_LOAD_FACTOR instead of 0.75
>
> src/java.base/share/classes/java/lang/module/Resolver.java line 501:
>
>> 499: private Map<ResolvedModule, Set<ResolvedModule>>
>> makeGraph(Configuration cf) {
>> 500:
>> 501: int nameToReferenceSize = nameToReference.size();
>
> This can be renamed moduleCount to make it easier to read.
@AlanBateman done.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7928