8226227: Missing include of thread.inline.hpp

Reviewed-by: coleenp
This commit is contained in:
Robbin Ehn 2019-06-18 11:06:29 +02:00
parent f37c24999d
commit 21ab801a22
2 changed files with 2 additions and 1 deletions
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) {