RFR: JDK-8312078 : [PPC] JcmdScale.java Failing on AIX [v2]

Deepa Kumari duke at openjdk.org
Wed Aug 2 07:39:53 UTC 2023


On Wed, 2 Aug 2023 06:12:46 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> Good catch. It may actually segfault on any platform, the fact that most libcs handle this gracefully is just luck.

Thank You @tstuefe,  I truly appreciate your valuable feedback and insights. You are absolutely right regarding libcs handling across different platform. The change works fine on **s390x**, **ppc64**, **arm64** and **x86**. I will further testing to ensure it works on all platforms.

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

PR Comment: https://git.openjdk.org/jdk/pull/14935#issuecomment-1661670439


More information about the hotspot-runtime-dev mailing list