On Fri, 13 Mar 2026 14:48:47 GMT, Christoph Langer <[email protected]> wrote:

> If a downstream OpenJDK build uses a different default setting for security 
> property "jdk.includeInExceptions" with regards to jar files, the test 
> java/util/jar/Manifest/IncludeInExceptionsTest.java will fail.
> 
> However, since the test's purpose is not to check the default value but 
> rather the functionality, it could be made agnostic to the default.
> 
> The test now has 3 iterations, one with "-Djdk.includeInExceptions=jar", one 
> with "-Djdk.includeInExceptions=" (empty) and one without 
> "jdk.includeInExceptions" set, which will be the default value of the JDK 
> distribution.

This pull request has now been integrated.

Changeset: 4f2debe6
Author:    Christoph Langer <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/4f2debe697a1ba35ee480fc66d5d937aa4ac2f30
Stats:     18 lines in 1 file changed: 8 ins; 8 del; 2 mod

8380033: Test java/util/jar/Manifest/IncludeInExceptionsTest.java could be more 
agnostic to VM default

Reviewed-by: mbaesken

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

PR: https://git.openjdk.org/jdk/pull/30241

Reply via email to