--- a/hotspot/src/share/vm/gc/g1/vmStructs_g1.hpp Thu Dec 10 15:27:16 2015 +0100
+++ b/hotspot/src/share/vm/gc/g1/vmStructs_g1.hpp Fri Dec 11 13:48:52 2015 +0100
@@ -59,10 +59,7 @@
nonstatic_field(G1MonitoringSupport, _old_committed, size_t) \
nonstatic_field(G1MonitoringSupport, _old_used, size_t) \
\
- nonstatic_field(HeapRegionSetBase, _count, HeapRegionSetCount) \
- \
- nonstatic_field(HeapRegionSetCount, _length, uint) \
- nonstatic_field(HeapRegionSetCount, _capacity, size_t) \
+ nonstatic_field(HeapRegionSetBase, _length, uint) \
\
nonstatic_field(PtrQueue, _active, bool) \
nonstatic_field(PtrQueue, _buf, void**) \
@@ -103,7 +100,6 @@
declare_type(HeapRegion, G1OffsetTableContigSpace) \
declare_toplevel_type(HeapRegionManager) \
declare_toplevel_type(HeapRegionSetBase) \
- declare_toplevel_type(HeapRegionSetCount) \
declare_toplevel_type(G1MonitoringSupport) \
declare_toplevel_type(PtrQueue) \
\