RFR: 8266579: Update test/jdk/java/lang/ProcessHandle/PermissionTest.java & test/jdk/java/sql/testng/util/TestPolicy.java

Lance Andersen lancea at openjdk.java.net
Wed May 5 19:17:01 UTC 2021


Hi all,

Please review this patch which updates  test/jdk/java/lang/ProcessHandle/PermissionTest.java & test/jdk/java/sql/testng/util/TestPolicy.java to include : 

`new PropertyPermission("testng.memory.friendly", "read"); 
`
Which will be needed by TestNG 7.4

Best,
Lance

-------------

Commit messages:
 - Add additional permission required by TestNG 7.4

Changes: https://git.openjdk.java.net/jdk/pull/3888/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3888&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8266579
  Stats: 2 lines in 2 files changed: 2 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3888.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3888/head:pull/3888

PR: https://git.openjdk.java.net/jdk/pull/3888


More information about the core-libs-dev mailing list