[jdk17u-dev] Integrated: 8051959: Add thread and timestamp options to java.security.debug system property
Martin Doerr
mdoerr at openjdk.org
Wed Jun 26 12:40: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.
This pull request has now been integrated.
Changeset: f277b399
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/f277b3999f8cd30d5874ce58f290a06538d0189f
Stats: 244 lines in 2 files changed: 224 ins; 7 del; 13 mod
8051959: Add thread and timestamp options to java.security.debug system property
Reviewed-by: mbaesken
Backport-of: 3b582dff849f1c25336e2efc415eb121f8b12189
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/2631
More information about the jdk-updates-dev
mailing list