RFR: 8377326: [PPC64] build without C1 and C2 broken [v2]
Matthias Baesken
mbaesken at openjdk.org
Fri Feb 6 10:46:55 UTC 2026
On Thu, 5 Feb 2026 22:18:20 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Trivial fixes to get the build working when `--with-jvm-features=-compiler1,-compiler2` is configured.
>> `c_calling_convention` is used by the native wrapper. Some integer variables which are only used for compilers need to be defined. `frame_size_in_words` is unused.
>
> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
>
> Update Copyright header.
Marked as reviewed by mbaesken (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/29595#pullrequestreview-3762288305
More information about the hotspot-dev
mailing list