During humongous object allocation, the code calls G1CollectedHeap::hr_clear() for every region covered by the humongous object.
This seems superfluous since all regions used for humongous allocations are Free regions that have been cleared before during free_region() or initial initialization of the G1HeapRegion.
This has come up during review ofJDK-8330577.
This seems superfluous since all regions used for humongous allocations are Free regions that have been cleared before during free_region() or initial initialization of the G1HeapRegion.
This has come up during review of
- relates to
-
JDK-8330577 G1 sometimes sends jdk.G1HeapRegionTypeChange for non-changes
-
- Resolved
-