On Tue, 26 Jan 2021 22:52:15 GMT, Brent Christian <bchri...@openjdk.org> wrote:
>> Mahendra Chhipa has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Implemented the review comments. > > test/jdk/java/lang/Class/getEnclosingClass/EnclosingClassTest.java line 76: > >> 74: * @modules jdk.compiler >> 75: * @build jdk.test.lib.process.* EnclosingClassTest >> 76: * @run testng/othervm EnclosingClassTest > > The test should still be run with -esa -ea Yes, while running from command line providing the -esa and -a option to run the tests. ------------- PR: https://git.openjdk.java.net/jdk/pull/2170