mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8282295: SymbolPropertyEntry::set_method_type fails with assert
Reviewed-by: hseigel
This commit is contained in:
parent
0cbc4b85bf
commit
3e4dfc63e7
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue