< prev index next >

make/autoconf/hotspot.m4

Print this page
@@ -27,11 +27,11 @@
  VALID_JVM_FEATURES="compiler1 compiler2 zero minimal dtrace jvmti jvmci \
      graal vm-structs jni-check services management epsilongc g1gc parallelgc serialgc shenandoahgc zgc nmt cds \
      static-build link-time-opt aot jfr"
  
  # Deprecated JVM features (these are ignored, but with a warning)
- DEPRECATED_JVM_FEATURES="trace"
+ DEPRECATED_JVM_FEATURES="trace cmsgc"
  
  # All valid JVM variants
  VALID_JVM_VARIANTS="server client minimal core zero custom"
  
  ###############################################################################
< prev index next >