-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8331791: [8u] AIX build break from JDK-8320005 backport #494
Conversation
👋 Welcome back sroy! A progress list of the required criteria for merging this PR into |
@suchismith1993 This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@jerboaa) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@suchismith1993 I take it you've verified that it builds correctly on AIX?
|
@jerboaa Need some time, as last time i understood that the pre submit tests are enough. And don't want to repeat any test failures. Compiling /home/hotspot/openjdk/suchijdk17/jdk8u-dev/hotspot/src/os/aix/vm/os_aix.cpp |
GHA only runs builds on Linux, Windows, Mac. AIX (especially on ppc) is not being run. It relies on you to verify that. Perhaps @sxa or @andrew-m-leonard can help you with testing a build on temurin's infra. |
hotspot@p8-java1-hs02:[~/openjdk/suchijdk17/jdk8u-dev] make images Starting langtoolsFinished langtools (build time 00:00:00)Starting hotspotgmake[2]: warning: -j1 forced in submake: resetting jobserver mode. Finished hotspot (build time 00:00:45)Starting corbaFinished corba (build time 00:00:00)Starting jaxpFinished jaxp (build time 00:00:00)Starting jaxwsFinished jaxws (build time 00:00:01)Starting jdkfind: bad status-- /home/hotspot/openjdk/suchijdk17/jdk8u-dev/build/aix-ppc64-normal-server-fastdebug/hotspot/dist/lib Finished jdk (build time 00:00:24)Starting demosFinished demos (build time 00:00:01)Starting nashornFinished nashorn (build time 00:00:00)Starting imagesFinished images (build time 00:00:49)----- Build times -------
|
@jerboaa no build failures with current changes. Can you take a look at the current changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine.
/approval request This back port is required to handle dynamic libraries of AIX. |
@suchismith1993 |
@suchismith1993 Please merge master and integrate this change. Thanks! |
40438ec
to
51d4ab4
Compare
@suchismith1993 Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
/integrate |
@suchismith1993 |
/sponsor |
Going to push as commit 216b8cb. |
@jerboaa @suchismith1993 Pushed as commit 216b8cb. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
c1c8064
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
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/494/head:pull/494
$ git checkout pull/494
Update a local copy of the PR:
$ git checkout pull/494
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/494/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 494
View PR using the GUI difftool:
$ git pr show -t 494
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/494.diff
Webrev
Link to Webrev Comment