[jdk8u-dev] RFR: 8331791: [8u] AIX build break from JDK-8320005 backport
Suchismith Roy
sroy at openjdk.org
Wed May 8 07:48:06 UTC 2024
c1c8064
introduces a new call to the macro FREE_C_HEAP_ARRAY
but is not using the correct number of arguments.
jdk8u FREE_C_HEAP_ARRAY takes 3 arguments
JBS-ISSUE: [JDK-8331791](https://bugs.openjdk.org/browse/JDK-8331791)
-------------
Commit messages:
- Correct number of parameters for FREE_C_HEAP_ARRAY
Changes: https://git.openjdk.org/jdk8u-dev/pull/494/files
Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=494&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8331791
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk8u-dev/pull/494.diff
Fetch: git fetch https://git.openjdk.org/jdk8u-dev.git pull/494/head:pull/494
PR: https://git.openjdk.org/jdk8u-dev/pull/494
More information about the jdk8u-dev
mailing list