RFR: JDK-8310233: Linux: THP initialization is incorrect
Thomas Stuefe
stuefe at openjdk.org
Mon Jul 3 13:41:54 UTC 2023
On Mon, 3 Jul 2023 13:35:47 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> I'm just using `{}`-init here, it's the same as using `()` so your choice on which to use.
>
> Okay. We are at initialization time, though; everything should still be single-threaded here. I dislike providing the log level twice, but LogTarget does not expose it.
Wait, if I do this, I need to backport [8286180](https://bugs.openjdk.org/browse/JDK-8286180) before backporting this fix., right? :(
Oh well, chances are this does not integrate cleanly anyway.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14739#discussion_r1250911655
More information about the hotspot-dev
mailing list