[jdk11u] RFR: 8210205 build fails on AIX in hotspot cpp tests (for example getstacktr001.cpp)

Michael Felt duke at openjdk.java.net
Sat Dec 25 10:07: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.

> Hi, the original commit in head seems to be: [openjdk/jdk at 45fb620](https://github.com/openjdk/jdk/commit/45fb6202188628a2dca64074d572586d1f5fd001)
> 
> So, to get this correctly recognized as a backport, please rename the title of this PR to "Backport 45fb6202188628a2dca64074d572586d1f5fd001" (@backwaterred)
> 
> I think this PR should be approved and merged before next Tuesday, which is the last day before rampdown. But it needs to be properly recognized as backport by the bots before allowing the integration.

If the only thing holding this back is the title - could anyone change the title before Tuesday, Vacation times are often difficult to make deadlines.

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

PR: https://git.openjdk.java.net/jdk11u/pull/24


More information about the jdk-updates-dev mailing list