Integrated: 8350585: InlineSecondarySupersTest must be guarded on ppc64 by COMPILER2

Matthias Baesken mbaesken at openjdk.org
Tue Feb 25 14:41:03 UTC 2025


On Mon, 24 Feb 2025 18:31:01 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> In the minimal build we run into this error (e.g. on AIX) :
> 
> src/hotspot/cpu/ppc/stubGenerator_ppc.cpp:4894:12: error: use of undeclared identifier 'InlineSecondarySupersTest'
>       if (!InlineSecondarySupersTest) {
> 
> 
> The reason is the missing `COMPILER2` define check in the ppc64 coding.

This pull request has now been integrated.

Changeset: b17c0b63
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b17c0b63a15246967f7cb24ba6089f2ef13e900e
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8350585: InlineSecondarySupersTest must be guarded on ppc64 by COMPILER2

Reviewed-by: amitkumar, mdoerr

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

PR: https://git.openjdk.org/jdk/pull/23753


More information about the hotspot-compiler-dev mailing list