hotspot/src/share/vm/gc/g1/vmStructs_g1.hpp
changeset 35135 dd2ce9021031
parent 35123 b0b89d83bcf5
parent 35065 b4ff0249c092
child 35495 e27da438fa13
--- a/hotspot/src/share/vm/gc/g1/vmStructs_g1.hpp	Thu Dec 17 23:36:28 2015 +0000
+++ b/hotspot/src/share/vm/gc/g1/vmStructs_g1.hpp	Fri Dec 18 12:39:02 2015 -0800
@@ -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**)               \
@@ -82,7 +79,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)                                             \
                                                                               \