RFR: 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.
Thanks for the reviews !
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23753#issuecomment-2682212662
More information about the hotspot-compiler-dev
mailing list