Withdrawn: 8267952: async logging supports to dynamically change tags and decorators
Xin Liu
xliu at openjdk.java.net
Wed Jun 23 08:48:37 UTC 2021
On Tue, 8 Jun 2021 03:10:56 GMT, Xin Liu <xliu at openjdk.org> wrote:
> 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.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4408
More information about the hotspot-runtime-dev
mailing list