We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc14c6f commit c05dc26Copy full SHA for c05dc26
src/hotspot/share/jfr/leakprofiler/chains/bitset.cpp
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 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
@@ -33,7 +33,7 @@ BitSet::BitSet() :
33
_bitmap_fragments(32),
34
_fragment_list(NULL),
35
_last_fragment_bits(NULL),
36
- _last_fragment_granule(0) {
+ _last_fragment_granule(UINTPTR_MAX) {
37
}
38
39
BitSet::~BitSet() {
0 commit comments