RFR: JDK-8298035: Provide better descriptions for JIT compiler JFR events [v3]
Matthias Baesken
mbaesken at openjdk.org
Wed Dec 7 08:12:27 UTC 2022
On Tue, 6 Dec 2022 21:06:02 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:
>> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Change some descriptions
>
> src/hotspot/share/jfr/metadata/metadata.xml line 598:
>
>> 596:
>> 597: <Event name="CompilationFailure" category="Java Virtual Machine, Compiler" label="Compilation Failure"
>> 598: description="In case a JIT compilation failed, a CompilationFailure is triggered, reporting the reason"
>
> It would be better to use "compilation failure" instead of the event name (CompilationFailure) here.
Hi Erik, I adjusted the description.
-------------
PR: https://git.openjdk.org/jdk/pull/11506
More information about the build-dev
mailing list