This shows up in GH actions, and reproduces locally:
/home/shade/trunks/jdk/src/hotspot/share/runtime/monitorDeflationThread.cpp: In static member function 'static void MonitorDeflationThread::initialize()':
/home/shade/trunks/jdk/src/hotspot/share/runtime/monitorDeflationThread.cpp:42:32: error: 'Universe' has not been declared
42 | Handle thread_group (THREAD, Universe::system_thread_group());
| ^~~~~~~~
/home/shade/trunks/jdk/src/hotspot/share/runtime/monitorDeflationThread.cpp: In static member function 'static void MonitorDeflationThread::initialize()':
/home/shade/trunks/jdk/src/hotspot/share/runtime/monitorDeflationThread.cpp:42:32: error: 'Universe' has not been declared
42 | Handle thread_group (THREAD, Universe::system_thread_group());
| ^~~~~~~~
- duplicates
-
JDK-8256239 monitorDeflationThread.cpp missing include of universe.hpp
- Closed
- relates to
-
JDK-8253064 monitor list simplifications and getting rid of TSM
- Resolved