--- old/src/hotspot/share/runtime/vmStructs.cpp 2018-06-08 19:45:37.236856805 +0200 +++ new/src/hotspot/share/runtime/vmStructs.cpp 2018-06-08 19:45:36.972845350 +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 */ \ /*********************/ \