[jdk17u-dev] RFR: 8051959: Add thread and timestamp options to java.security.debug system property
Matthias Baesken
mbaesken at openjdk.org
Tue Jun 25 06:58:14 UTC 2024
On Mon, 24 Jun 2024 10:47:05 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Backport of [JDK-8051959](https://bugs.openjdk.org/browse/JDK-8051959). Version from 21u applies cleanly, but requires a small adaptation:
> 1st commit: Same as https://github.com/openjdk/jdk21u-dev/pull/761
> 2nd commit: Replace currentThread().threadId() by currentThread().getId() because Loom is not in 17u.
> Included test has passed.
Marked as reviewed by mbaesken (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk17u-dev/pull/2631#pullrequestreview-2137519530
More information about the jdk-updates-dev
mailing list