src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp

Print this page
rev 6521 : 8044775: Improve usage of umbrella header atomic.inline.hpp.

*** 26,35 **** --- 26,36 ---- #include "precompiled.hpp" #include "gc_implementation/g1/g1CollectedHeap.inline.hpp" #include "gc_implementation/g1/g1GCPhaseTimes.hpp" #include "gc_implementation/g1/g1Log.hpp" #include "gc_implementation/g1/g1StringDedup.hpp" + #include "runtime/atomic.inline.hpp" // Helper class for avoiding interleaved logging class LineBuffer: public StackObj { private: