[jdk11u] Integrated: 8210205: build fails on AIX in hotspot cpp tests (for example getstacktr001.cpp)
Tyler Steele
duke at openjdk.java.net
Sun Dec 26 21:22:09 UTC 2021
On Tue, 21 Dec 2021 23:19:15 GMT, Tyler Steele <duke at openjdk.java.net> wrote:
> I am creating this PR in response to a build issue brought to my attention by a member of the Adoptium Group. The issue is blocking their build as noted [here](https://github.com/adoptium/temurin-build/issues/2807).
>
> This PR renames instances of `NUMBER_OF_FRAMES` and `MAXIMUM_NUMBER_OF_FRAMES` to `NUMBER_OF_STACK_FRAMES` and `MAXIMUM_NUMBER_OF_STACK_FRAMES` respectively in several files in the directory `jdk11u/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace`. This change fixes the name collision preventing build.
>
> This fix has been tested on my AIX development machine.
This pull request has now been integrated.
Changeset: 175e23fd
Author: Tyler Steele <tyler.steele at ibm.com>
Committer: Christoph Langer <clanger at openjdk.org>
URL: https://git.openjdk.java.net/jdk11u/commit/175e23fdf4cb0929ff1cca9538a884ee3833337d
Stats: 51 lines in 7 files changed: 0 ins; 0 del; 51 mod
8210205: build fails on AIX in hotspot cpp tests (for example getstacktr001.cpp)
fixes name collision preventing build.
Reviewed-by: phh, aleonard, clanger
Backport-of: 45fb6202188628a2dca64074d572586d1f5fd001
-------------
PR: https://git.openjdk.java.net/jdk11u/pull/24
More information about the jdk-updates-dev
mailing list