[jdk8u] RFR: 8331791: [8u] AIX build break from JDK-8320005 backport

Suchismith Roy sroy at openjdk.org
Tue May 7 17:33:22 UTC 2024


https://github.com/openjdk/jdk8u/commit/c1c8064ef0f67e85cb6a28990f4784271d949a08
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/pull/55/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk8u&pr=55&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/pull/55.diff
  Fetch: git fetch https://git.openjdk.org/jdk8u.git pull/55/head:pull/55

PR: https://git.openjdk.org/jdk8u/pull/55


More information about the jdk8u-dev mailing list