RFR: 7242: Adding new JDK Events to core API [v2]

Brice Dutheil github.com+803621+bric3 at openjdk.java.net
Mon May 17 15:53:41 UTC 2021


On Sun, 2 May 2021 15:40:21 GMT, Suchita Chaturvedi <schaturvedi at openjdk.org> wrote:

>> This PR will address these missing events and add them to core API.
>> 
>> jdk.ThreadCPULoad
>> 
>> jdk.NativeMethodSample
>> 
>> jdk.ThreadStart
>> 
>> jdk.ThreadEnd
>
> Suchita Chaturvedi has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fixing formatting errors in core

Changes requested by bric3 at github.com (no known OpenJDK username).

core/org.openjdk.jmc.flightrecorder/src/main/resources/org/openjdk/jmc/flightrecorder/jdk/messages/internal/messages.properties line 452:

> 450: ATTR_SYSTEM_LOAD_DESC=CPU used by Thread in System mode
> 451: ATTR_USER_LOAD=User Mode CPU Load
> 452: ATTR_USER_LOAD_DESC=CPU used by Thread in User mode

I think this files misses the `ATTR_JAVA_THREAD` and `ATTR_JAVA_THREAD_DESC`.

Also shouldn't this file be sorted alphabetically ?

-------------

PR: https://git.openjdk.java.net/jmc/pull/245


More information about the jmc-dev mailing list