We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c77046 commit fd2641eCopy full SHA for fd2641e
src/hotspot/share/classfile/classFileParser.cpp
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -1101,7 +1101,7 @@ class AnnotationCollector : public ResourceObj{
1101
u2 _contended_group;
1102
1103
AnnotationCollector(Location location)
1104
- : _location(location), _annotations_present(0)
+ : _location(location), _annotations_present(0), _contended_group(0)
1105
{
1106
assert((int)_annotation_LIMIT <= (int)sizeof(_annotations_present) * BitsPerByte, "");
1107
}
0 commit comments