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

Amit Kumar amitkumar at openjdk.org
Tue Feb 25 02:58:51 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.

Looks good

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

Marked as reviewed by amitkumar (Committer).

PR Review: https://git.openjdk.org/jdk/pull/23753#pullrequestreview-2639018146


More information about the hotspot-compiler-dev mailing list