RFR: 8268267: Remove -Djavatest.security.noSecurityManager=true from jtreg runs
Weijun Wang
weijun at openjdk.java.net
Fri Jun 4 16:03:10 UTC 2021
Now that the default behavior of JDK 17 is still `-Djava.security.manager=allow`, we can remove the `-Djavatest.security.noSecurityManager=true` option from the jtreg command line inside `RunTests.gmk`. Three problem-listed langtools tests can also be liberated.
-------------
Commit messages:
- 8268267: Remove -Djavatest.security.noSecurityManager=true from jtreg runs
Changes: https://git.openjdk.java.net/jdk/pull/4364/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4364&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8268267
Stats: 4 lines in 2 files changed: 0 ins; 3 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/4364.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4364/head:pull/4364
PR: https://git.openjdk.java.net/jdk/pull/4364
More information about the build-dev
mailing list