-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
generic
-
generic
These arrays can get large. For example for humongous objects, up to half a region size can be used. They also contain uninitialized memory as content. Additionally, in contrast to the filler objects introduced as well, they cannot be distinguished from other int arrays in the heap dump.
Since they don't provide useful information in a heap dump, they should be skipped, making the dump smaller and the dumping slightly faster.
Removing the filler object too, while possible, seems unnecessary, since they are small, seldomly used and easy to identify.
- relates to
-
JDK-8284435 Add dedicated filler objects for known dead Java heap areas
-
- Resolved
-