JDK-8218140 : Build failures after JDK-8218041 (Assorted wrong/missing includes)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 13
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-01-31
  • Updated: 2019-02-07
  • Resolved: 2019-01-31
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 13
13 b07Fixed
Related Reports
Relates :  
Relates :  
Description
aarch64 and ppc64

In file included from /home/shade/jdk-jdk/src/hotspot/share/utilities/events.hpp:30:0,
                 from /home/shade/jdk-jdk/src/hotspot/share/gc/shared/collectedHeap.hpp:36,
                 from /home/shade/jdk-jdk/src/hotspot/share/oops/compressedOops.inline.hpp:28,
                 from /home/shade/jdk-jdk/src/hotspot/share/gc/shared/barrierSet.inline.hpp:30,
                 from /home/shade/jdk-jdk/src/hotspot/share/oops/access.inline.hpp:28,
                 from /home/shade/jdk-jdk/src/hotspot/share/classfile/javaClasses.inline.hpp:29,
                 from /home/shade/jdk-jdk/src/hotspot/share/oops/constantPool.cpp:28:
/home/shade/jdk-jdk/src/hotspot/share/runtime/thread.hpp:1289:26: error: inline function 'JavaThreadState JavaThread::thread_state() const' used but never defined [-Werror]
   inline JavaThreadState thread_state() const;
                          ^~~~~~~~~~~~

arm32 and s390x:

Linking libjvm.so
/home/buildbot/worker/jdkX-linux/build/build/linux-arm-server-fastdebug/hotspot/variant-server/libjvm/objs/frame_arm.o: In function `frame::safe_for_sender(JavaThread*)':
/home/buildbot/worker/jdkX-linux/build/src/hotspot/cpu/arm/frame_arm.cpp:58: undefined reference to `os::uses_stack_guard_pages()'
collect2: error: ld returned 1 exit status



Comments
RFR: http://mail.openjdk.java.net/pipermail/hotspot-dev/2019-January/036612.html
31-01-2019