On Tue, 11 May 2021 20:49:46 GMT, Mandy Chung <mch...@openjdk.org> wrote:
>> Harold Seigel has updated the pull request incrementally with one additional >> commit since the last revision: >> >> fix GetModuleTest.java > > src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/MetaUtil.java > line 53: > >> 51: return simpleName; >> 52: } >> 53: // Must be a local class > > This file should not be changed. It refers to the Java language anonymous > class (not VM anonymous class). Changes have been restored. ------------- PR: https://git.openjdk.java.net/jdk/pull/3974