-
Bug
-
Resolution: Fixed
-
P2
-
16
-
b28
-
ppc
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8259003 | 11.0.11 | Martin Doerr | P2 | Resolved | Fixed | b01 |
We get the following problem during build with certain gcc versions:
jdk-build-fastdebug/hotspot/variant-server/libjvm/objs/ad_ppc.o: In function `CallDynamicJavaDirectNode::emit(CodeBuffer&, PhaseRegAlloc*) const':
linuxppc64/jdk/src/hotspot/cpu/ppc/ppc.ad:3666: undefined reference to `Klass::vtable_start_offset()'
Klass::vtable_start_offset() is in klass.inline.hpp and is not visible in the cpp files generated by adlc.
jdk-build-fastdebug/hotspot/variant-server/libjvm/objs/ad_ppc.o: In function `CallDynamicJavaDirectNode::emit(CodeBuffer&, PhaseRegAlloc*) const':
linuxppc64/jdk/src/hotspot/cpu/ppc/ppc.ad:3666: undefined reference to `Klass::vtable_start_offset()'
Klass::vtable_start_offset() is in klass.inline.hpp and is not visible in the cpp files generated by adlc.
- backported by
-
JDK-8259003 [PPC64] undefined reference to Klass::vtable_start_offset()
- Resolved
- relates to
-
JDK-8257423 [PPC64] Support -XX:-UseInlineCaches
- Resolved