8282295: SymbolPropertyEntry::set_method_type fails with assert

Reviewed-by: hseigel
This commit is contained in:
Coleen Phillimore 2022-03-08 16:10:26 +00:00
parent 0cbc4b85bf
commit 3e4dfc63e7

View file

@ -1248,6 +1248,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;
}