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

changeset 6680
78bbf4d43a14
parent 6402
191174b49bec
child 6876
710a3c8b516e
child 6925
82693fb204a5
equal deleted inserted replaced
6678:7384f6a12fc1 6680:78bbf4d43a14
25 25
26 #include "precompiled.hpp" 26 #include "precompiled.hpp"
27 #include "code/nmethod.hpp" 27 #include "code/nmethod.hpp"
28 #include "gc_implementation/g1/g1CodeCacheRemSet.hpp" 28 #include "gc_implementation/g1/g1CodeCacheRemSet.hpp"
29 #include "memory/iterator.hpp" 29 #include "memory/iterator.hpp"
30
31 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
30 32
31 G1CodeRootChunk::G1CodeRootChunk() : _top(NULL), _next(NULL), _prev(NULL) { 33 G1CodeRootChunk::G1CodeRootChunk() : _top(NULL), _next(NULL), _prev(NULL) {
32 _top = bottom(); 34 _top = bottom();
33 } 35 }
34 36

mercurial