8226227: Missing include of thread.inline.hpp
Reviewed-by: coleenp
This commit is contained in:
parent
f37c24999d
commit
21ab801a22
src/hotspot/share
@ -26,7 +26,7 @@
|
||||
#define SHARE_GC_SHARED_GCLOCKER_INLINE_HPP
|
||||
|
||||
#include "gc/shared/gcLocker.hpp"
|
||||
#include "runtime/thread.hpp"
|
||||
#include "runtime/thread.inline.hpp"
|
||||
|
||||
void GCLocker::lock_critical(JavaThread* thread) {
|
||||
if (!thread->in_critical()) {
|
||||
|
@ -26,6 +26,7 @@
|
||||
#define SHARE_RUNTIME_VFRAME_INLINE_HPP
|
||||
|
||||
#include "runtime/frame.inline.hpp"
|
||||
#include "runtime/thread.inline.hpp"
|
||||
#include "runtime/vframe.hpp"
|
||||
|
||||
inline vframeStreamCommon::vframeStreamCommon(JavaThread* thread) : _reg_map(thread, false) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user