mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
Merge
This commit is contained in:
commit
da4711381d
512 changed files with 13059 additions and 8663 deletions
|
@ -1372,10 +1372,10 @@ void CodeCache::print() {
|
|||
if (cb->is_alive()) {
|
||||
number_of_blobs++;
|
||||
code_size += cb->code_size();
|
||||
OopMapSet* set = cb->oop_maps();
|
||||
ImmutableOopMapSet* set = cb->oop_maps();
|
||||
if (set != NULL) {
|
||||
number_of_oop_maps += set->size();
|
||||
map_size += set->heap_size();
|
||||
number_of_oop_maps += set->count();
|
||||
map_size += set->size();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue