8079797: assert(index >= 0 && index < _count) failed: check

Reviewed-by: kvn
This commit is contained in:
Rickard Bäckman 2015-05-11 09:44:07 +02:00
parent 005adcec93
commit 3dc9461bc8
3 changed files with 3 additions and 3 deletions

View file

@ -1374,7 +1374,7 @@ void CodeCache::print() {
ImmutableOopMapSet* set = cb->oop_maps();
if (set != NULL) {
number_of_oop_maps += set->count();
map_size += set->size();
map_size += set->nr_of_bytes();
}
}
}