Currently, the various reclamation events always print FREE as the region type in the event string because the methods are always called after freeing.
This is kind of useless information (obviously reclaimed regions are FREE after reclaiming), so this CR suggests to use the original type to understand what region has been reclaimed.
This is kind of useless information (obviously reclaimed regions are FREE after reclaiming), so this CR suggests to use the original type to understand what region has been reclaimed.
- relates to
-
JDK-8331392 G1: Make HRPrinter distinguish between different types of reclamation
- Resolved