[jdk11u] RFR: 8210205 build fails on AIX in hotspot cpp tests (for example getstacktr001.cpp)
Tyler
duke at openjdk.java.net
Wed Dec 22 17:33:18 UTC 2021
On Wed, 22 Dec 2021 04:28:46 GMT, David Holmes <dholmes at openjdk.org> 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 Tyler,
>
> You are actually wanting to backport JDK-8210205 to JDK 11u so you need to follow the backport process.
>
> See
>
> https://wiki.openjdk.java.net/display/JDKUpdates/JDK11u
>
> "Everybody is encouraged to submit fixes for OpenJDK 11 by creating a pull request to the **jdk11u-dev** Git repository."
>
> and:
>
> https://wiki.openjdk.java.net/display/JDKUpdates/How+to+contribute+a+fix
>
> Cheers,
> David
Thanks for your comments @dholmes-ora, @GoeLin, and @andrew-m-leonard.
I wanted to get the ball rolling on this issue since it is currently blocking Adoptium's build. They are eager to have it fixed in time for their next GA mid January. I don't believe the regular merge from 11u-dev into 11u would happen in time.
Given the time crunch, I was hoping to solicit the assistance of someone with more authority in the OpenJDK community to move the process along if possible. If this is not possible, I'm happy to proceed as listed in the [document linked above](https://wiki.openjdk.java.net/display/JDKUpdates/How+to+contribute+a+fix)
-------------
PR: https://git.openjdk.java.net/jdk11u/pull/24
More information about the jdk-updates-dev
mailing list