mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2025-02-18 15:18:10 +00:00
Fix broken build of core variant by adding missing include for VMThread
src/hotspot/share/runtime/java.cpp:533:7: error: use of undeclared identifier 'VMThread' if (VMThread::vm_thread() != NULL) { ^ src/hotspot/share/runtime/java.cpp:553:5: error: use of undeclared identifier 'VMThread' VMThread::execute(&op); ^ src/hotspot/share/runtime/java.cpp:553:24: error: declaration of reference variable 'op' requires an initializer VMThread::execute(&op); ^~ 3 errors generated. Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
parent
333cbe2537
commit
0d73dd5640
@ -70,6 +70,7 @@
|
||||
#include "runtime/thread.inline.hpp"
|
||||
#include "runtime/timer.hpp"
|
||||
#include "runtime/vmOperations.hpp"
|
||||
#include "runtime/vmThread.hpp"
|
||||
#include "services/memTracker.hpp"
|
||||
#include "utilities/dtrace.hpp"
|
||||
#include "utilities/globalDefinitions.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user