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

Weijun Wang weijun at openjdk.java.net
Fri Jun 4 16:23:04 UTC 2021


On Fri, 4 Jun 2021 16:10:02 GMT, Jonathan Gibbons <jjg 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.
>
> 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?

Since you asked, I will close them as "cannot reproduce". :-)
Update: "not an issue" used instead.

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

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



More information about the build-dev mailing list