mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
4957990: Perm heap bloat in JVM
Treat ProfileData in MDO's as a source of weak, not strong, roots. Fixes the bug for stop-world collection -- the case of concurrent collection will be fixed separately. Reviewed-by: jcoomes, jmasa, kvn, never
This commit is contained in:
parent
2491751525
commit
c6763b5bad
27 changed files with 385 additions and 65 deletions
|
@ -859,7 +859,7 @@ public:
|
|||
return _g1_committed;
|
||||
}
|
||||
|
||||
NOT_PRODUCT( bool is_in_closed_subset(const void* p) const; )
|
||||
NOT_PRODUCT(bool is_in_closed_subset(const void* p) const;)
|
||||
|
||||
// Dirty card table entries covering a list of young regions.
|
||||
void dirtyCardsForYoungRegions(CardTableModRefBS* ct_bs, HeapRegion* list);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue