We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8057cf commit 2c126f1Copy full SHA for 2c126f1
src/hotspot/share/jvmci/vmStructs_jvmci.cpp
@@ -496,6 +496,12 @@
496
#define VM_INT_CONSTANTS(declare_constant, declare_constant_with_value, declare_preprocessor_constant) \
497
declare_preprocessor_constant("ASSERT", DEBUG_ONLY(1) NOT_DEBUG(0)) \
498
\
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
+ \
505
declare_constant(CompLevel_none) \
506
declare_constant(CompLevel_simple) \
507
declare_constant(CompLevel_limited_profile) \
0 commit comments