On Mon, 15 Aug 2022 16:07:45 GMT, Alan Bateman <al...@openjdk.org> wrote:
>> Jaikiran Pai has updated the pull request incrementally with one additional >> commit since the last revision: >> >> incorporate review comments and add more testing > > test/jdk/java/lang/module/ModuleDescriptorHashCodeTest.java line 181: > >> 179: Set<ModuleDescriptor.Exports.Modifier> expsModifiers) { >> 180: >> 181: final var mdb = ModuleDescriptor.newModule("foobar"); > > What does "mdb" stand for here? Hello Alan, that was supposed to mean module descriptor builder. I will rename it to `builder` to be clear. ------------- PR: https://git.openjdk.org/jdk/pull/9790