[Rev 02] RFR: 6643: Make VM Operations rule consider close consecutive events in score

Jessye Coleman-Shapiro jescolem at openjdk.java.net
Wed Feb 26 15:16:13 UTC 2020


On Wed, 26 Feb 2020 13:13:46 GMT, Henrik Dafgård <hdafgard at openjdk.org> wrote:

>> The pull request has been updated with 1 additional commit.
> 
> core/org.openjdk.jmc.flightrecorder.rules.jdk/src/main/java/org/openjdk/jmc/flightrecorder/rules/jdk/latency/VMOperationRule.java line 199:
> 
>> 198: 		return RulesToolkit.getValue(event, JdkAttributes.CALLER);
>> 199: 	}
>> 200: 
> 
> This value can be null.

I have made the caller thread comparison account for null values in https://github.com/openjdk/jmc/pull/42/commits/156c9015d78ef12a7b1eaefffbc3aecbf1022967

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

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


More information about the jmc-dev mailing list