On Tue, 1 Sep 2026 14:04:45 GMT, Shiv Shah <[email protected]> wrote:

>> The SA sizes a stack chunk like any fixed size instance, the layout helper 
>> only covers the header part, so the region walk steps into the copied stack 
>> data, fails to parse it as an object and gives up on the rest of the region. 
>> whatever lives after the chunk never makes it into the dump, that is what 
>> the hprof verification failures were. the fix reads the chunk’s own size 
>> field and computes the footprint the same way the vm does, header plus stack 
>> plus the gc bitmap words. the heap dump test comes off the virtual problem 
>> list since it passes now.
>> 
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Shiv Shah has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Mirror bitmap sizing from the inline header and add Override

@shivshah-oracle 
Your change (at version 31b193e614cfd3339a3267df6a71d04ec95b97c1) is now ready 
to be sponsored by a Committer.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/32525#issuecomment-5499353283

Reply via email to