src/share/vm/gc_implementation/g1/g1RemSet.inline.hpp

changeset 6937
b0c374311c4e
parent 3466
b4ebad3520bb
child 7049
eec72fa4b108
equal deleted inserted replaced
6936:0abcece2ee27 6937:b0c374311c4e
24 24
25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1REMSET_INLINE_HPP 25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1REMSET_INLINE_HPP
26 #define SHARE_VM_GC_IMPLEMENTATION_G1_G1REMSET_INLINE_HPP 26 #define SHARE_VM_GC_IMPLEMENTATION_G1_G1REMSET_INLINE_HPP
27 27
28 #include "gc_implementation/g1/g1RemSet.hpp" 28 #include "gc_implementation/g1/g1RemSet.hpp"
29 #include "gc_implementation/g1/heapRegion.hpp"
29 #include "gc_implementation/g1/heapRegionRemSet.hpp" 30 #include "gc_implementation/g1/heapRegionRemSet.hpp"
30 #include "oops/oop.inline.hpp" 31 #include "oops/oop.inline.hpp"
31 32
32 inline uint G1RemSet::n_workers() { 33 inline uint G1RemSet::n_workers() {
33 if (_g1->workers() != NULL) { 34 if (_g1->workers() != NULL) {

mercurial