When JDK-7186778 refactored MachODecoder, the AbstractDecoder::_decoder_status field was left uninitialized for MachODecoder instances.
On macosx-aarch64, this causes name demangling to occasionally fail (e.g. in hs-err stack traces). I assume the same thing happens on macosx-amd64 as well.
On macosx-aarch64, this causes name demangling to occasionally fail (e.g. in hs-err stack traces). I assume the same thing happens on macosx-amd64 as well.
- relates to
-
JDK-7141259 Native stack is missing in hs_err
-
- Closed
-