mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
8079797: assert(index >= 0 && index < _count) failed: check
Reviewed-by: kvn
This commit is contained in:
parent
005adcec93
commit
3dc9461bc8
3 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue