RFR: 8377326: [PPC64] build without C1 and C2 broken [v2]

Martin Doerr mdoerr at openjdk.org
Fri Feb 6 11:08:43 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.

Thanks for the reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/29595#issuecomment-3859719355


More information about the hotspot-dev mailing list