On Tue, 13 Apr 2021 18:56:22 GMT, Lance Andersen <lan...@openjdk.org> wrote:
>> Hi all, >> >> Please review the following patch which adds additional permissions needed >> for when JTREG upgrades to a newer version of TestNG. >> >> Best, >> Lance > > Lance Andersen has updated the pull request incrementally with one additional > commit since the last revision: > > TestNG updates Permission re-organization Marked as reviewed by alanb (Reviewer). test/jdk/java/sql/testng/util/TestPolicy.java line 27: > 25: import java.io.FilePermission; > 26: import java.lang.reflect.ReflectPermission; > 27: import java.security.*; My guess is that you didn't mean the change the import. ------------- PR: https://git.openjdk.java.net/jdk/pull/3471