Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
8282295: SymbolPropertyEntry::set_method_type fails with assert
Backport-of: 3e4dfc63e75db7e8ccbb21a831d8d86fb7c1ac4e
  • Loading branch information
Harold Seigel committed Mar 15, 2022
1 parent 6bebb34 commit 507cbd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/memory/universe.cpp
Expand Up @@ -1236,6 +1236,7 @@ bool Universe::release_fullgc_alot_dummy() {
if (_fullgc_alot_dummy_next >= fullgc_alot_dummy_array->length()) {
// No more dummies to release, release entire array instead
_fullgc_alot_dummy_array.release(Universe::vm_global());
_fullgc_alot_dummy_array = OopHandle(); // NULL out OopStorage pointer.
return false;
}

Expand Down

1 comment on commit 507cbd6

@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.