This commit is contained in:
Vladimir Kozlov 2014-01-24 09:04:24 -08:00
commit 6e8540ca72
77 changed files with 1733 additions and 925 deletions

View file

@ -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;
}