mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
Merge
This commit is contained in:
commit
9e5ef665a0
70 changed files with 7674 additions and 1830 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue