Integrated: 8303082 : [AIX] Missing C++ name demangling with XLClang++

Deepa Kumari duke at openjdk.org
Tue Apr 4 14:29:22 UTC 2023


On Fri, 24 Feb 2023 15:16:08 GMT, Deepa Kumari <duke at openjdk.org> wrote:

> It was failing as It was using the C++ demangling interface (Demangle) of the old demangler (that is, the C++ API as opposed to the C one). It is not supported by xlclang++ on AIX.
> To demangle names generated by xlclang++ , use cxxabi.h __cxa_demangle interface ( see cxxabi.h).
> 
> This Solution applies to the following test 
> 
> 1. SecondaryErrorTest.java`
> 2. TestSigInfoInHsErrFile.java
> 
> 
> Reported Issue : [JDK - 8303082](https://bugs.openjdk.org/browse/JDK-8303082)

This pull request has now been integrated.

Changeset: f9ed8252
Author:    Deepa Kumari <dpakri181 at gmail.com>
Committer: Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f9ed825266cd0c05b0495d5106279b98d40743fd
Stats:     22 lines in 1 file changed: 0 ins; 12 del; 10 mod

8303082: [AIX] Missing C++ name demangling with XLClang++

Reviewed-by: tsteele, mdoerr, stuefe

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

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


More information about the hotspot-runtime-dev mailing list