RFR: 8297657: name demangling intermittently fails [v2]

Coleen Phillimore coleenp at openjdk.org
Thu May 11 11:32:42 UTC 2023


On Thu, 11 May 2023 08:13:41 GMT, Fredrik Bredberg <duke at openjdk.org> wrote:

>> Fixes an intermittent name demangling problem (due to the uninitialized AbstractDecoder::_decoder_status field).
>> The problem affected hs-err stack traces on macosx-aarch64 and macosx-amd64.
>> 
>> I've done manual testing to verify the problem and the solution.
>> Also run tier1-5 after the fix without seeing any new problems.
>
> Fredrik Bredberg has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Updated after review

Yes this looks good.  I didn't see the not_available initialization so passing the initial status is right.

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

Marked as reviewed by coleenp (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/13883#pullrequestreview-1422367936


More information about the hotspot-runtime-dev mailing list