[jdk11u-dev] RFR: 8051959: Add thread and timestamp options to java.security.debug system property
Severin Gehwolf
sgehwolf at openjdk.org
Tue Mar 11 13:35:59 UTC 2025
On Mon, 17 Feb 2025 16:27:04 GMT, Antonio Vieiro <duke at openjdk.org> wrote:
> One of the tests cases had to be changed, since JDK11 does not keep track of [Security#initialSystemProperties](https://github.com/openjdk/jdk17u-dev/blob/fcdcff0e0d6a25de5e1c3bd62ba909774663b0db/src/java.base/share/classes/java/security/Security.java#L68) and thus searching for [`properties: Initial`](https://github.com/openjdk/jdk17u-dev/blob/fcdcff0e0d6a25de5e1c3bd62ba909774663b0db/test/jdk/sun/security/util/Debug/DebugOptions.java#L50) in the test `stderr` makes no sense. We're searching for `properties: java.security` instead (this is indicated in the github PR).
This should probably wait until https://bugs.openjdk.org/browse/JDK-8292177 (https://github.com/openjdk/jdk11u-dev/pull/2827) has been integrated to avoid this work-around.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2998#issuecomment-2714268700
More information about the jdk-updates-dev
mailing list