On Tue, 6 Dec 2022 21:06:02 GMT, Erik Gahlin <egah...@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