mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8199430: Rename MetaspaceAux to something more meaningful
Reviewed-by: zgu, coleenp
This commit is contained in:
parent
b5ae436418
commit
da674f0d0d
22 changed files with 124 additions and 124 deletions
|
@ -267,7 +267,7 @@ public:
|
|||
_heap_used(heap->used()),
|
||||
_young_gen_used(heap->young_gen()->used_in_bytes()),
|
||||
_old_gen_used(heap->old_gen()->used_in_bytes()),
|
||||
_metadata_used(MetaspaceAux::used_bytes()) { };
|
||||
_metadata_used(MetaspaceUtils::used_bytes()) { };
|
||||
|
||||
size_t heap_used() const { return _heap_used; }
|
||||
size_t young_gen_used() const { return _young_gen_used; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue