-
Bug
-
Resolution: Fixed
-
P4
-
25
-
b12
-
ppc
-
generic
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) {
reason is the missing COMPILER2 define check on ppc64.
src/hotspot/cpu/ppc/stubGenerator_ppc.cpp:4894:12: error: use of undeclared identifier 'InlineSecondarySupersTest'
if (!InlineSecondarySupersTest) {
reason is the missing COMPILER2 define check on ppc64.
- links to
-
Commit(master) openjdk/jdk/b17c0b63
-
Review(master) openjdk/jdk/23753