diff --git a/src/hotspot/share/jvmci/vmStructs_jvmci.cpp b/src/hotspot/share/jvmci/vmStructs_jvmci.cpp index e504ee68f84f0..db05054b46b31 100644 --- a/src/hotspot/share/jvmci/vmStructs_jvmci.cpp +++ b/src/hotspot/share/jvmci/vmStructs_jvmci.cpp @@ -495,6 +495,12 @@ #define VM_INT_CONSTANTS(declare_constant, declare_constant_with_value, declare_preprocessor_constant) \ declare_preprocessor_constant("ASSERT", DEBUG_ONLY(1) NOT_DEBUG(0)) \ \ + declare_preprocessor_constant("INCLUDE_SERIALGC", INCLUDE_SERIALGC) \ + declare_preprocessor_constant("INCLUDE_PARALLELGC", INCLUDE_PARALLELGC) \ + declare_preprocessor_constant("INCLUDE_G1GC", INCLUDE_G1GC) \ + declare_preprocessor_constant("INCLUDE_ZGC", INCLUDE_ZGC) \ + declare_preprocessor_constant("INCLUDE_SHENANDOAHGC", INCLUDE_SHENANDOAHGC) \ + \ declare_constant(CompLevel_none) \ declare_constant(CompLevel_simple) \ declare_constant(CompLevel_limited_profile) \