Integrated: 8377326: [PPC64] build without C1 and C2 broken
Martin Doerr
mdoerr at openjdk.org
Fri Feb 6 11:08:44 UTC 2026
On Thu, 5 Feb 2026 21:54:55 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.
This pull request has now been integrated.
Changeset: 7a37d370
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7a37d370e3fe0a2adb4c6ae336803b87be8d8547
Stats: 17 lines in 1 file changed: 5 ins; 6 del; 6 mod
8377326: [PPC64] build without C1 and C2 broken
Reviewed-by: dbriemann, mbaesken
-------------
PR: https://git.openjdk.org/jdk/pull/29595
More information about the hotspot-dev
mailing list