mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
7045397: NPG: Add freelists to class loader arenas
Reviewed-by: coleenp, stefank, jprovino, ohair
This commit is contained in:
parent
8277d1355e
commit
37bddeb62b
20 changed files with 1547 additions and 1223 deletions
|
@ -191,7 +191,7 @@ class VM_GenCollectFull: public VM_GC_Operation {
|
|||
class VM_CollectForMetadataAllocation: public VM_GC_Operation {
|
||||
private:
|
||||
MetaWord* _result;
|
||||
size_t _size; // size of object to be allocated
|
||||
size_t _size; // size of object to be allocated
|
||||
Metaspace::MetadataType _mdtype;
|
||||
ClassLoaderData* _loader_data;
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue