hotspot/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp
changeset 24424 2658d7834c6e
parent 24108 dfc2242fc6b0
child 25490 59f226da8d81
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
    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