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.
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.
- duplicates
-
JDK-8216591 AArch64 build failures after JDK-8214271 (Fast primitive to wake many threads)
- Closed
- relates to
-
JDK-8214271 Fast primitive to wake many threads
- Resolved