RFR: 8311291: Enable creation of NonInterleavingLogStream from LogTarget
Johan Sjölen
jsjolen at openjdk.org
Tue Jul 4 13:00:59 UTC 2023
Hi,
This patch enables the same kind of construction method for NILS that we already have for regular LogStream. We need to do some ugly changes to make it work, but it's so much more ergonomic for usage sites that I think it's worth it.
-------------
Commit messages:
- Make NonInterLeavingLogStream less painful to use
Changes: https://git.openjdk.org/jdk/pull/14769/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14769&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8311291
Stats: 30 lines in 4 files changed: 16 ins; 1 del; 13 mod
Patch: https://git.openjdk.org/jdk/pull/14769.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14769/head:pull/14769
PR: https://git.openjdk.org/jdk/pull/14769
More information about the hotspot-runtime-dev
mailing list