File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/hotspot/share/classfile Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 1997, 2020 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 1997, 2021 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -1101,7 +1101,7 @@ class AnnotationCollector : public ResourceObj{
1101
1101
u2 _contended_group;
1102
1102
1103
1103
AnnotationCollector (Location location)
1104
- : _location(location), _annotations_present(0 )
1104
+ : _location(location), _annotations_present(0 ), _contended_group( 0 )
1105
1105
{
1106
1106
assert ((int )_annotation_LIMIT <= (int )sizeof (_annotations_present) * BitsPerByte, " " );
1107
1107
}
You can’t perform that action at this time.
0 commit comments