comparison src/share/vm/services/threadService.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 78bbf4d43a14
children
comparison
equal deleted inserted replaced
20196:c8dd4f65cc76 20197:ce8f6bb717c9
31 #include "oops/oop.inline.hpp" 31 #include "oops/oop.inline.hpp"
32 #include "runtime/handles.inline.hpp" 32 #include "runtime/handles.inline.hpp"
33 #include "runtime/init.hpp" 33 #include "runtime/init.hpp"
34 #include "runtime/thread.hpp" 34 #include "runtime/thread.hpp"
35 #include "runtime/vframe.hpp" 35 #include "runtime/vframe.hpp"
36 #include "runtime/thread.inline.hpp"
36 #include "runtime/vmThread.hpp" 37 #include "runtime/vmThread.hpp"
37 #include "runtime/vm_operations.hpp" 38 #include "runtime/vm_operations.hpp"
38 #include "services/threadService.hpp" 39 #include "services/threadService.hpp"
39 40
40 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC 41 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC