RFR: 8288298: Resolve multiline message parsing ambiguities in UL [v2]
David Holmes
dholmes at openjdk.org
Thu Oct 31 02:00:30 UTC 2024
On Tue, 29 Oct 2024 09:20:08 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
>> Good point. I was thinking more why break a strdup into the composite alloc + memcpy. And do we really want to avoid NMT here?
>
> I'm worried about NMT using UL to log a message and reaching this piece of code again, that's an infinite loop :-).
True ... NMT does use UL so I guess we need a rule that UL can not use NMT.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21712#discussion_r1823678326
More information about the hotspot-runtime-dev
mailing list