src/hotspot/share/gc/g1/vmStructs_g1.hpp
changeset 49752 93d84f667d12
parent 49730 c2761ef9fd95
child 51494 1906adbef2dc
--- a/src/hotspot/share/gc/g1/vmStructs_g1.hpp	Thu Apr 12 08:25:30 2018 +0200
+++ b/src/hotspot/share/gc/g1/vmStructs_g1.hpp	Thu Apr 12 08:25:56 2018 +0200
@@ -69,10 +69,7 @@
                                                                               \
   nonstatic_field(PtrQueue,            _active,         bool)                 \
   nonstatic_field(PtrQueue,            _buf,            void**)               \
-  nonstatic_field(PtrQueue,            _index,          size_t)               \
-                                                                              \
-  nonstatic_field(JavaThread,          _satb_mark_queue,  SATBMarkQueue)      \
-  nonstatic_field(JavaThread,          _dirty_card_queue, DirtyCardQueue)
+  nonstatic_field(PtrQueue,            _index,          size_t)
 
 #define VM_INT_CONSTANTS_G1GC(declare_constant, declare_constant_with_value)  \
   declare_constant(HeapRegionType::FreeTag)                                   \