hotspot/src/share/vm/prims/jvmtiRawMonitor.cpp
changeset 24351 61b33cc6d3cf
parent 13963 e5b53c306fb5
child 25351 7c198a690050
--- a/hotspot/src/share/vm/prims/jvmtiRawMonitor.cpp	Wed May 07 22:06:42 2014 +0200
+++ b/hotspot/src/share/vm/prims/jvmtiRawMonitor.cpp	Tue Apr 29 15:17:27 2014 +0200
@@ -25,7 +25,8 @@
 #include "precompiled.hpp"
 #include "prims/jvmtiRawMonitor.hpp"
 #include "runtime/interfaceSupport.hpp"
-#include "runtime/thread.hpp"
+#include "runtime/orderAccess.inline.hpp"
+#include "runtime/thread.inline.hpp"
 
 GrowableArray<JvmtiRawMonitor*> *JvmtiPendingMonitors::_monitors = new (ResourceObj::C_HEAP, mtInternal) GrowableArray<JvmtiRawMonitor*>(1,true);