< prev index next >

src/hotspot/share/gc/z/vmStructs_z.hpp

Print this page
rev 48261 : imported patch sa-diff

@@ -87,10 +87,21 @@
   nonstatic_field(ZForwardingTable,              _size,               size_t)                        \
                                                                                                      \
   nonstatic_field(ZPhysicalMemoryManager,        _max_capacity,       const size_t)                  \
   nonstatic_field(ZPhysicalMemoryManager,        _capacity,           size_t)
 
+#define VM_INT_CONSTANTS_Z(declare_constant, declare_constant_with_value) \
+  declare_constant(ZPhaseRelocate)                     \
+  declare_constant(ZPageTypeSmall)                     \
+  declare_constant(ZPageTypeMedium)                    \
+  declare_constant(ZPageTypeLarge)
+
+#define VM_LONG_CONSTANTS_Z(declare_constant, declare_constant_with_value) \
+  declare_constant(ZPlatformPageSizeSmallShift)        \
+  declare_constant(ZPlatformAddressOffsetBits)         \
+  declare_constant(ZAddressOffsetShift)
+
 #define VM_TYPES_Z(declare_type,                       \
                    declare_toplevel_type)              \
                                                        \
   declare_toplevel_type(ZGlobalsForVMStructs)          \
                                                        \
< prev index next >