This commit is contained in:
Tobias Hartmann 2015-05-14 16:16:06 +02:00
commit 9e5ef665a0
70 changed files with 7674 additions and 1830 deletions

View file

@ -1375,7 +1375,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();
}
}
}