JDK-8216560 : gtest build broken on PPC64 and aarch64
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 13
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • CPU: ppc,aarch64
  • Submitted: 2019-01-11
  • Updated: 2019-01-17
  • Resolved: 2019-01-14
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 b04Fixed
Related Reports
Duplicate :  
Relates :  
Description
Build fails after JDK-8214271:
src/hotspot/share/runtime/thread.hpp:1290:15: error: inline function ���void JavaThread::set_thread_state(JavaThreadState)��� used but never defined
while building
hotspot/variant-server/libjvm/gtest/objs/test_waitBarrier.o

On PPC64 as well as on aarch64 thread.inline.hpp needs to be included in order to have a definition for set_thread_state.

Comments
It really happens during aarch64 build.
11-01-2019