mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8073052: Rename and clean up the allocation manager hierarchy in g1Allocator.?pp
Fix naming of G1ParGCAllocator, decrease dependencies between G1CollectedHeap, G1Allocator and G1AllocRegion, additional documentation. Reviewed-by: mgerdin, jmasa, kbarrett
This commit is contained in:
parent
e787253b19
commit
6e3ffb1aae
18 changed files with 281 additions and 217 deletions
|
@ -34,6 +34,7 @@
|
|||
#include "gc/g1/g1GCPhaseTimes.hpp"
|
||||
#include "gc/g1/g1RemSet.inline.hpp"
|
||||
#include "gc/g1/g1RootProcessor.hpp"
|
||||
#include "gc/g1/heapRegion.inline.hpp"
|
||||
#include "memory/allocation.inline.hpp"
|
||||
#include "runtime/fprofiler.hpp"
|
||||
#include "runtime/mutex.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue