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

Henrik Dafgård hdafgard at openjdk.org
Thu Oct 6 13:46:36 UTC 2022


On Thu, 6 Oct 2022 04:54:23 GMT, Suchita Chaturvedi <schaturvedi at openjdk.org> wrote:

>> This PR takes care of optimizing and correcting the Class leak rule results on Automated Analysis Page.
>
> Suchita Chaturvedi has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Added check for default configured timeout

core/org.openjdk.jmc.flightrecorder.rules.jdk/src/main/java/org/openjdk/jmc/flightrecorder/rules/jdk/general/ClassLeakingRule.java line 108:

> 106: 			"classLeaking.calculation.timeout", //$NON-NLS-1$
> 107: 			Messages.getString(Messages.ClassLeakingRule_CONFIG_CALCULATION_TIMEOUT),
> 108: 			Messages.getString(Messages.ClassLeakingRule_CONFIG_CALCULATION_TIMEOUT_LONG), NUMBER, MINUTE.quantity(5));

Suggestion:

			Messages.getString(Messages.ClassLeakingRule_CONFIG_CALCULATION_TIMEOUT_LONG), TIMESPAN, MINUTE.quantity(5));

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

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


More information about the jmc-dev mailing list