[jdk11u] RFR: 8210205 build fails on AIX in hotspot cpp tests (for example getstacktr001.cpp)
Michael Felt
duke at openjdk.java.net
Thu Dec 23 11:26:18 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.
Thanks for the PR, wherever it really is.
And you may want to make it easier to find the way to be able to post issues. I really did not feel like posting on an Oracle site would be the way to get something noticed here. Having only PR's possible, and what I also notice of - yet another 'contributor' requirement only servers to make it harder to make an issue known - even with the solution (for someone to convert to a PR).
Bottom line: thanks all for fixing this.
-------------
PR: https://git.openjdk.java.net/jdk11u/pull/24
More information about the jdk-updates-dev
mailing list