RFR: 7879: Automated Analysis taking very long time to produce results for Class Leak Rule and showing wrong results. [v4]
Brice Dutheil
bdutheil at openjdk.org
Fri Oct 7 07:32:13 UTC 2022
On Thu, 6 Oct 2022 19:14:45 GMT, Suchita Chaturvedi <schaturvedi at openjdk.org> wrote:
> I have used a synchronized block for data. After that I am getting consistent results. Without that I was getting different results every time. I mean when I was working for test JFR wldf.jfr without synchronized block on data, the top 5 results varied every time.
Have you tried with an intermediate `ConcurrentLinkedQueue`, then copy the results in the data array list ?
-------------
PR: https://git.openjdk.org/jmc/pull/419
More information about the jmc-dev
mailing list