RFR: JDK-8298255: JFR provide information about dynamization of number of compiler threads [v2]
Erik Gahlin
egahlin at openjdk.org
Thu Dec 8 14:07:54 UTC 2022
On Thu, 8 Dec 2022 13:23:20 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
>> test/jdk/jdk/jfr/event/compiler/TestCompilerConfig.java line 55:
>>
>>> 53: Events.assertField(event, "threadCount").atLeast(0);
>>> 54: Events.assertField(event, "tieredCompilation");
>>> 55: Events.assertField(event, "usesDynamicNrOfCompilerThreads");
>>
>> "NrOf" looks strange. Can we come up with a better name?
>
> would you be okay with usesDynamicCompilerThreadCount ? Sounds maybe a bit nicer .
Perhaps "dynamicCompilerThreadCount". It's a boolean so use may not be needed.
-------------
PR: https://git.openjdk.org/jdk/pull/11563
More information about the hotspot-jfr-dev
mailing list