src/hotspot/share/gc/g1/vmStructs_g1.hpp
changeset 53747 13acc8e38a29
parent 53244 9807daeb47c4
child 54467 0c5d713cf43f
equal deleted inserted replaced
53746:bdccafc038a2 53747:13acc8e38a29
   100   declare_toplevel_type(HeapRegionSetBase)                                    \
   100   declare_toplevel_type(HeapRegionSetBase)                                    \
   101   declare_toplevel_type(G1MonitoringSupport)                                  \
   101   declare_toplevel_type(G1MonitoringSupport)                                  \
   102   declare_toplevel_type(PtrQueue)                                             \
   102   declare_toplevel_type(PtrQueue)                                             \
   103   declare_toplevel_type(HeapRegionType)                                       \
   103   declare_toplevel_type(HeapRegionType)                                       \
   104   declare_toplevel_type(SATBMarkQueue)                                        \
   104   declare_toplevel_type(SATBMarkQueue)                                        \
   105   declare_toplevel_type(DirtyCardQueue)                                       \
   105   declare_toplevel_type(G1DirtyCardQueue)                                     \
   106                                                                               \
   106                                                                               \
   107   declare_toplevel_type(G1CollectedHeap*)                                     \
   107   declare_toplevel_type(G1CollectedHeap*)                                     \
   108   declare_toplevel_type(HeapRegion*)                                          \
   108   declare_toplevel_type(HeapRegion*)                                          \
   109   declare_toplevel_type(G1MonitoringSupport*)                                 \
   109   declare_toplevel_type(G1MonitoringSupport*)                                 \
   110                                                                               \
   110                                                                               \