-
Bug
-
Resolution: Fixed
-
P3
-
18
-
b15
-
ppc
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".
- relates to
-
JDK-8264207 CodeStrings does not honour fixed address assumption.
-
- Resolved
-