hotspot/src/share/vm/memory/resourceArea.hpp
changeset 37456 bf26e0f4235f
parent 34633 2a6c7c7b30a7
--- a/hotspot/src/share/vm/memory/resourceArea.hpp	Tue Apr 12 02:30:13 2016 +0200
+++ b/hotspot/src/share/vm/memory/resourceArea.hpp	Mon Apr 11 08:51:53 2016 +0200
@@ -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: