comparison src/share/vm/gc_implementation/g1/g1RemSet.inline.hpp @ 20223:b0c374311c4e

8035400: Move G1ParScanThreadState into its own files Summary: Extract the G1ParScanThreadState class from G1CollectedHeap.?pp into its own files. Reviewed-by: brutisso, mgerdin
author tschatzl
date Mon, 21 Jul 2014 09:41:04 +0200
parents b4ebad3520bb
children eec72fa4b108
comparison
equal deleted inserted replaced
20222:0abcece2ee27 20223: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) {