Skip to content

Commit c05dc26

Browse files
Ekaterina VergizovaYuri Nesterenko
authored andcommitted
8274435: EXCEPTION_ACCESS_VIOLATION in BFSClosure::closure_impl
Reviewed-by: stefank
1 parent cc14c6f commit c05dc26

File tree

1 file changed

+2
-2
lines changed
  • src/hotspot/share/jfr/leakprofiler/chains

1 file changed

+2
-2
lines changed

src/hotspot/share/jfr/leakprofiler/chains/bitset.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2014, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -33,7 +33,7 @@ BitSet::BitSet() :
3333
_bitmap_fragments(32),
3434
_fragment_list(NULL),
3535
_last_fragment_bits(NULL),
36-
_last_fragment_granule(0) {
36+
_last_fragment_granule(UINTPTR_MAX) {
3737
}
3838

3939
BitSet::~BitSet() {

0 commit comments

Comments
 (0)