src/share/vm/gc_implementation/g1/vmStructs_g1.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Mon Feb 10 13:42:27 2014
--- new/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Mon Feb 10 13:42:27 2014

*** 55,67 **** --- 55,68 ---- nonstatic_field(G1MonitoringSupport, _survivor_committed, size_t) \ nonstatic_field(G1MonitoringSupport, _survivor_used, size_t) \ nonstatic_field(G1MonitoringSupport, _old_committed, size_t) \ nonstatic_field(G1MonitoringSupport, _old_used, size_t) \ \ ! nonstatic_field(HeapRegionSetBase, _length, uint) \ ! nonstatic_field(HeapRegionSetBase, _region_num, uint) \ ! nonstatic_field(HeapRegionSetBase, _total_used_bytes, size_t) \ ! nonstatic_field(HeapRegionSetBase, _count, HeapRegionSetCount) \ ! \ ! nonstatic_field(HeapRegionSetCount, _length, uint) \ + nonstatic_field(HeapRegionSetCount, _capacity, size_t) \ #define VM_TYPES_G1(declare_type, declare_toplevel_type) \ \ declare_toplevel_type(G1HeapRegionTable) \
*** 69,78 **** --- 70,80 ---- declare_type(G1CollectedHeap, SharedHeap) \ \ declare_type(HeapRegion, ContiguousSpace) \ declare_toplevel_type(HeapRegionSeq) \ declare_toplevel_type(HeapRegionSetBase) \ + declare_toplevel_type(HeapRegionSetCount) \ declare_toplevel_type(G1MonitoringSupport) \ \ declare_toplevel_type(G1CollectedHeap*) \ declare_toplevel_type(HeapRegion*) \ declare_toplevel_type(G1MonitoringSupport*) \

src/share/vm/gc_implementation/g1/vmStructs_g1.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File