mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains
Metaspace::contains cannot look at purged metaspaces while CMS concurrently deallocates them. Reviewed-by: mgerdin, sspitsyn, jmasa
This commit is contained in:
parent
3e537df17c
commit
469f290817
10 changed files with 43 additions and 54 deletions
|
@ -655,8 +655,6 @@ inline Metadata* Dependencies::DepStream::recorded_metadata_at(int i) {
|
|||
} else {
|
||||
o = _deps->oop_recorder()->metadata_at(i);
|
||||
}
|
||||
assert(o == NULL || o->is_metaspace_object(),
|
||||
err_msg("Should be metadata " PTR_FORMAT, o));
|
||||
return o;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue