-
Bug
-
Resolution: Fixed
-
P3
-
18
-
b15
-
ppc
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8359369 | 17.0.17 | Goetz Lindenmaier | P3 | Resolved | Fixed | master |
In file included from jdk/src/hotspot/share/asm/assembler.hpp:450,
from jdk/src/hotspot/share/asm/macroAssembler.hpp:28,
from jdk/test/hotspot/gtest/code/test_codestrings.cpp:29:
jdk/src/hotspot/cpu/ppc/assembler_ppc.hpp:1608:15: error: inline function 'void Assembler::nop()' used but never defined [-Werror]
inline void nop();
^~~
"assembler_ppc.inline.hpp" is not included in "test_codestrings.cpp".
from jdk/src/hotspot/share/asm/macroAssembler.hpp:28,
from jdk/test/hotspot/gtest/code/test_codestrings.cpp:29:
jdk/src/hotspot/cpu/ppc/assembler_ppc.hpp:1608:15: error: inline function 'void Assembler::nop()' used but never defined [-Werror]
inline void nop();
^~~
"assembler_ppc.inline.hpp" is not included in "test_codestrings.cpp".
- backported by
-
JDK-8359369 [PPC64] gtest build error after JDK-8264207
-
- Resolved
-
- caused by
-
JDK-8264207 CodeStrings does not honour fixed address assumption.
-
- Resolved
-
- links to
-
Commit openjdk/jdk/f6cc1732
-
Commit(master) openjdk/jdk17u-dev/ac37921d
-
Review openjdk/jdk/5438
-
Review(master) openjdk/jdk17u-dev/3621
(1 links to)