Skip to content

Commit

Permalink
8274435: EXCEPTION_ACCESS_VIOLATION in BFSClosure::closure_impl
Browse files Browse the repository at this point in the history
Reviewed-by: stefank
  • Loading branch information
Ekaterina Vergizova authored and Yuri Nesterenko committed Oct 1, 2021
1 parent cc14c6f commit c05dc26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hotspot/share/jfr/leakprofiler/chains/bitset.cpp
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -33,7 +33,7 @@ BitSet::BitSet() :
_bitmap_fragments(32),
_fragment_list(NULL),
_last_fragment_bits(NULL),
_last_fragment_granule(0) {
_last_fragment_granule(UINTPTR_MAX) {
}

BitSet::~BitSet() {
Expand Down

1 comment on commit c05dc26

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.