8350683: Non-C2 / minimal JVM crashes in the build on ppc64 platforms#23794
8350683: Non-C2 / minimal JVM crashes in the build on ppc64 platforms#23794MBaesken wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back mbaesken! A progress list of the required criteria for merging this PR into |
|
@MBaesken This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 35 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
/contributor add mdoerr |
|
@MBaesken |
|
Hi @offamitkumar , s390x might have the same problem we face on ppc64, see here https://github.com/openjdk/jdk/blob/master/src/hotspot/cpu/s390/compiledIC_s390.cpp#L58 Maybe you want to check this. On ppc64, the previously C2-only coding in |
|
Hi Matthias, You mentioned that the crash happened during the build ? I just checked and at least the build is fine on s390x. This is what I am using for configuration: bash configure \
--with-boot-jdk=$HOME/jjboot_jdk_23 \
--with-jtreg=$HOME/jtreg \
--with-gtest=$HOME/googletest \
--with-jmh=build/jmh/jars \
--with-debug-level=fastdebug \
--with-jvm-variants=minimal \
--with-native-debug-symbols=internal \
--disable-precompiled-headers |
Yes during the minimal build ( |
|
Ok I ran another build with this configuration and still build was successful : |
|
Hi @offamitkumar this is a bit surprising because the matcher header is only included if COMPILER2 is defined |
TheRealMDoerr
left a comment
There was a problem hiding this comment.
LGTM. Thanks for fixing it!
I have finished tier1 on minimal build, will see if this issue gets reproduced by any of the tests. |
|
Thanks for the reviews ! /integrate |
|
Going to push as commit 2af76de.
Your commit was automatically rebased without conflicts. |
When building a JVM without C2 (e.g. minimal) on ppc64 platforms , it crashes in the build because of unwanted dependencies to C2.
AIX crash is (linux ppc64le crash is similar) :
Progress
Issue
Reviewers
Contributors
<mdoerr@openjdk.org>Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/23794/head:pull/23794$ git checkout pull/23794Update a local copy of the PR:
$ git checkout pull/23794$ git pull https://git.openjdk.org/jdk.git pull/23794/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 23794View PR using the GUI difftool:
$ git pr show -t 23794Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/23794.diff
Using Webrev
Link to Webrev Comment