8153742: Move Thread::current() to thread.hpp
Reviewed-by: coleenp, jmasa
This commit is contained in:
parent
ae7543e824
commit
71bcff35cf
@ -28,7 +28,7 @@
|
||||
#include "asm/macroAssembler.hpp"
|
||||
#include "code/stubs.hpp"
|
||||
#include "interpreter/bytecodes.hpp"
|
||||
#include "runtime/thread.inline.hpp"
|
||||
#include "runtime/thread.hpp"
|
||||
#include "runtime/vmThread.hpp"
|
||||
#include "utilities/top.hpp"
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "oops/method.hpp"
|
||||
#include "runtime/frame.inline.hpp"
|
||||
#include "runtime/signature.hpp"
|
||||
#include "runtime/thread.inline.hpp"
|
||||
#include "runtime/thread.hpp"
|
||||
#include "utilities/top.hpp"
|
||||
|
||||
// The InterpreterRuntime is called by the interpreter for everything
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define SHARE_VM_MEMORY_RESOURCEAREA_HPP
|
||||
|
||||
#include "memory/allocation.hpp"
|
||||
#include "runtime/thread.inline.hpp"
|
||||
#include "runtime/thread.hpp"
|
||||
|
||||
// The resource area holds temporary data structures in the VM.
|
||||
// The actual allocation areas are thread local. Typical usage:
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "oops/method.hpp"
|
||||
#include "runtime/handles.hpp"
|
||||
#include "runtime/javaFrameAnchor.hpp"
|
||||
#include "runtime/thread.inline.hpp"
|
||||
#include "runtime/thread.hpp"
|
||||
#include "runtime/vmThread.hpp"
|
||||
#ifdef TARGET_ARCH_x86
|
||||
# include "jniTypes_x86.hpp"
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define SHARE_VM_RUNTIME_VMTHREAD_HPP
|
||||
|
||||
#include "runtime/perfData.hpp"
|
||||
#include "runtime/thread.inline.hpp"
|
||||
#include "runtime/thread.hpp"
|
||||
#include "runtime/vm_operations.hpp"
|
||||
|
||||
//
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define SHARE_VM_UTILITIES_PRESERVEEXCEPTION_HPP
|
||||
|
||||
#include "runtime/handles.hpp"
|
||||
#include "runtime/thread.inline.hpp"
|
||||
#include "runtime/thread.hpp"
|
||||
|
||||
// This file provides more support for exception handling; see also exceptions.hpp
|
||||
class PreserveExceptionMark {
|
||||
|
Loading…
x
Reference in New Issue
Block a user