RFR: 8267952: async logging supports to dynamically change tags and decorators [v2]
Xin Liu
xliu at openjdk.java.net
Thu Jun 10 08:04:37 UTC 2021
> Support dynamic reconfiguration for async logging. 2 unittests are provided.
> The regression test discovers a race condition in LogTagSet::log() even with
> synchronous logging. It's not MT-safe if context switch happens between the
> creation of LogDecorations and LogOutputList::Iterator. fixed.
Xin Liu has updated the pull request incrementally with one additional commit since the last revision:
Add comments in LogTagSet::log().
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/4408/files
- new: https://git.openjdk.java.net/jdk/pull/4408/files/9aa4aac5..6e51b96e
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4408&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4408&range=00-01
Stats: 6 lines in 1 file changed: 5 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/4408.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4408/head:pull/4408
PR: https://git.openjdk.java.net/jdk/pull/4408
More information about the hotspot-runtime-dev
mailing list