RFR: 8268267: Remove -Djavatest.security.noSecurityManager=true from jtreg runs

Jonathan Gibbons jjg at openjdk.java.net
Fri Jun 4 16:13:57 UTC 2021


On Fri, 4 Jun 2021 15:53:42 GMT, Weijun Wang <weijun at openjdk.org> wrote:

> 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.

Marked as reviewed by jjg (Reviewer).

test/langtools/ProblemList.txt line 51:

> 49: tools/javac/warnings/suppress/TypeAnnotations.java                              8057683    generic-all    improve ordering of errors with type annotations
> 50: tools/javac/modules/SourceInSymlinkTest.java                                    8180263    windows-all    fails when run on a subst drive
> 51: tools/javac/processing/options/XprintRepeatingAnnotations.java                  8265611    generic-all    @compile/ref comparison fails when noSecurityManager=true

Maybe close out JDK-8265611?

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

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


More information about the compiler-dev mailing list