src/hotspot/share/runtime/vmStructs.cpp
changeset 50525 767cdb97f103
parent 50445 bd6b78feb6a3
child 50577 bf7e2684cd0a
--- a/src/hotspot/share/runtime/vmStructs.cpp	Tue Jun 12 07:52:30 2018 -0700
+++ b/src/hotspot/share/runtime/vmStructs.cpp	Tue Jun 12 17:40:28 2018 +0200
@@ -1271,6 +1271,7 @@
   declare_integer_type(intptr_t)                                          \
   declare_unsigned_integer_type(uintx)                                    \
   declare_unsigned_integer_type(uintptr_t)                                \
+  declare_unsigned_integer_type(uint8_t)                                  \
   declare_unsigned_integer_type(uint32_t)                                 \
   declare_unsigned_integer_type(uint64_t)                                 \
                                                                           \
@@ -2602,6 +2603,12 @@
 
 #define VM_LONG_CONSTANTS(declare_constant, declare_preprocessor_constant, declare_c1_constant, declare_c2_constant, declare_c2_preprocessor_constant) \
                                                                           \
+  /****************/                                                      \
+  /* GC constants */                                                      \
+  /****************/                                                      \
+                                                                          \
+  VM_LONG_CONSTANTS_GC(declare_constant)                                  \
+                                                                          \
   /*********************/                                                 \
   /* MarkOop constants */                                                 \
   /*********************/                                                 \