comparison src/share/vm/gc_implementation/parallelScavenge/gcTaskManager.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 7848fc12602b
comparison
equal deleted inserted replaced
20196:c8dd4f65cc76 20197:ce8f6bb717c9
28 #include "gc_implementation/shared/adaptiveSizePolicy.hpp" 28 #include "gc_implementation/shared/adaptiveSizePolicy.hpp"
29 #include "memory/allocation.hpp" 29 #include "memory/allocation.hpp"
30 #include "memory/allocation.inline.hpp" 30 #include "memory/allocation.inline.hpp"
31 #include "runtime/mutex.hpp" 31 #include "runtime/mutex.hpp"
32 #include "runtime/mutexLocker.hpp" 32 #include "runtime/mutexLocker.hpp"
33 #include "runtime/orderAccess.inline.hpp"
33 34
34 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC 35 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
35 36
36 // 37 //
37 // GCTask 38 // GCTask