JDK-8201799 : Build failures after JDK-8195099 (Concurrent safe-memory-reclamation mechanism)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-04-18
  • Updated: 2019-01-31
  • Resolved: 2018-04-18
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 11
11 b11Fixed
Related Reports
Relates :  
Relates :  
Description
AArch64 non-PCH build fails:

In file included from /home/shade/jdk-jdk/src/hotspot/share/utilities/globalCounter.inline.hpp:29:0,
                 from /home/shade/jdk-jdk/test/hotspot/gtest/utilities/test_globalCounter.cpp:29:
/home/shade/jdk-jdk/src/hotspot/share/runtime/thread.hpp:1173:15: warning: inline function 'void JavaThread::set_thread_state(JavaThreadState)' used but never defined
   inline void set_thread_state(JavaThreadState s);
               ^~~~~~~~~~~~~~~~
/home/shade/jdk-jdk/build/linux-aarch64-normal-server-fastdebug/hotspot/variant-server/libjvm/gtest/objs/test_globalCounter.o: In function `VMThreadBlocker::run()':
/home/shade/jdk-jdk/test/hotspot/gtest/utilities/utilitiesHelper.inline.hpp:53: undefined reference to `JavaThread::set_thread_state(JavaThreadState)'
/home/shade/jdk-jdk/build/linux-aarch64-normal-server-fastdebug/hotspot/variant-server/libjvm/gtest/objs/test_globalCounter.o: In function `JavaTestThread::prerun()':
/home/shade/jdk-jdk/test/hotspot/gtest/utilities/utilitiesHelper.inline.hpp:83: undefined reference to `JavaThread::set_thread_state(JavaThreadState)'