RFR: 7879: Automated Analysis taking very long time to produce results for Class Leak Rule and showing wrong results.

Henrik Dafgård hdafgard at openjdk.org
Wed Oct 5 11:47:16 UTC 2022


On Wed, 5 Oct 2022 09:32:51 GMT, Brice Dutheil <bdutheil at openjdk.org> wrote:

>> This PR takes care of optimizing and correcting the Class leak rule results on Automated Analysis Page.
>
> core/org.openjdk.jmc.flightrecorder.rules.jdk/src/main/java/org/openjdk/jmc/flightrecorder/rules/jdk/general/ClassLeakingRule.java line 105:
> 
>> 103: 
>> 104: 	public static final TypedPreference<IQuantity> MAX_TIMEOUT = new TypedPreference<>(
>> 105: 			"classLeaking.calculation.timeout", //$NON-NLS-1$
> 
> Just a suggestion
> 
> Suggestion:
> 
> 			"classLeakingRuke.calculation.timeout", //$NON-NLS-1$

`classLeakingRule`, no?

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

PR: https://git.openjdk.org/jmc/pull/419


More information about the jmc-dev mailing list