Skip to content

Commit 2c126f1

Browse files
committed
8357370: Export supported GCs in JVMCI
Reviewed-by: dnsimon
1 parent b8057cf commit 2c126f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/hotspot/share/jvmci/vmStructs_jvmci.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,12 @@
496496
#define VM_INT_CONSTANTS(declare_constant, declare_constant_with_value, declare_preprocessor_constant) \
497497
declare_preprocessor_constant("ASSERT", DEBUG_ONLY(1) NOT_DEBUG(0)) \
498498
\
499+
declare_preprocessor_constant("INCLUDE_SERIALGC", INCLUDE_SERIALGC) \
500+
declare_preprocessor_constant("INCLUDE_PARALLELGC", INCLUDE_PARALLELGC) \
501+
declare_preprocessor_constant("INCLUDE_G1GC", INCLUDE_G1GC) \
502+
declare_preprocessor_constant("INCLUDE_ZGC", INCLUDE_ZGC) \
503+
declare_preprocessor_constant("INCLUDE_SHENANDOAHGC", INCLUDE_SHENANDOAHGC) \
504+
\
499505
declare_constant(CompLevel_none) \
500506
declare_constant(CompLevel_simple) \
501507
declare_constant(CompLevel_limited_profile) \

0 commit comments

Comments
 (0)