RFR: 8340363: Tag-specific default decorators for UnifiedLogging
David Holmes
dholmes at openjdk.org
Tue Sep 24 12:48:42 UTC 2024
On Tue, 24 Sep 2024 08:36:12 GMT, Antón Seoane <duke at openjdk.org> wrote:
> These defaults are not meant to target a specific selected output, so nothing different would occur.
Sorry but that doesn't make sense. When you set the tagset defaults they are output agnostic, but once you set A+B on the command-line then that is associated with a specific output and so the decorators apply to that output.
> I will push soon that will change this behaviour to "merge" the default decorators for A+B and C+D
What does "merge" mean? union? intersection? I can't see how you can come up with rules that will universally make sense here.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20988#issuecomment-2371173732
More information about the hotspot-compiler-dev
mailing list