JDK-8280709 : HeapDumper should detect "default" inlined objects
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: repo-valhalla
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2022-01-26
  • Updated: 2022-01-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
repo-valhallaUnresolved
Related Reports
Relates :  
Description
HeapDumper creates separate HPROF_GC_INSTANCE_DUMP record for each inlined object.
But if the object contains "default" value (all zeroes) it can be linked to "default" object of the class (and then dumper does not need to dump its fields including fields of Q-type)