Integrated: 8297657: name demangling intermittently fails

Fredrik Bredberg duke at openjdk.org
Thu May 11 14:05:58 UTC 2023


On Tue, 9 May 2023 08:27:25 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.

This pull request has now been integrated.

Changeset: 2bf7ac58
Author:    Fredrik Bredberg <fredrik.bredberg at oracle.com>
Committer: Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2bf7ac58b7971f6813066dac7e88a855d597d731
Stats:     17 lines in 4 files changed: 2 ins; 8 del; 7 mod

8297657: name demangling intermittently fails

Reviewed-by: stefank, coleenp

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

PR: https://git.openjdk.org/jdk/pull/13883


More information about the hotspot-runtime-dev mailing list