comparison src/share/vm/runtime/thread.cpp @ 20197:ce8f6bb717c9

8042195: Introduce umbrella header orderAccess.inline.hpp. Reviewed-by: dholmes, kvn, stefank, twisti
author goetz
date Tue, 29 Apr 2014 15:17:27 +0200
parents a45a4f5a9609
children 4af19b914f53
comparison
equal deleted inserted replaced
20196:c8dd4f65cc76 20197:ce8f6bb717c9
56 #include "runtime/javaCalls.hpp" 56 #include "runtime/javaCalls.hpp"
57 #include "runtime/jniPeriodicChecker.hpp" 57 #include "runtime/jniPeriodicChecker.hpp"
58 #include "runtime/memprofiler.hpp" 58 #include "runtime/memprofiler.hpp"
59 #include "runtime/mutexLocker.hpp" 59 #include "runtime/mutexLocker.hpp"
60 #include "runtime/objectMonitor.hpp" 60 #include "runtime/objectMonitor.hpp"
61 #include "runtime/orderAccess.inline.hpp"
61 #include "runtime/osThread.hpp" 62 #include "runtime/osThread.hpp"
62 #include "runtime/safepoint.hpp" 63 #include "runtime/safepoint.hpp"
63 #include "runtime/sharedRuntime.hpp" 64 #include "runtime/sharedRuntime.hpp"
64 #include "runtime/statSampler.hpp" 65 #include "runtime/statSampler.hpp"
65 #include "runtime/stubRoutines.hpp" 66 #include "runtime/stubRoutines.hpp"