Integrated: JDK-8260236: better init AnnotationCollector _contended_group

Matthias Baesken mbaesken at openjdk.java.net
Wed Jan 27 08:00:42 UTC 2021


On Tue, 26 Jan 2021 08:51:23 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> The class AnnotationCollector misses to initialize _contended_group in the constructor, that should be adjusted.
> 
> See also the related sonar warning ( 1 uninitialized field at the end of the constructor call):
> https://sonarcloud.io/project/issues?id=jdk&open=AXaE0c1g8L9hkQskF8qX&resolved=false&types=BUG
> 
> Thanks, Matthias

This pull request has now been integrated.

Changeset: fd2641ed
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/fd2641ed
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8260236: better init AnnotationCollector _contended_group

Reviewed-by: coleenp, shade

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

PR: https://git.openjdk.java.net/jdk/pull/2231


More information about the hotspot-runtime-dev mailing list