On mac I am trying to use Shenandoah on java with the flags:
-XX:ShenandoahGCHeuristics=compact and -XX:+UseShenandoahGC
and I get the same error on java 13 and 12:
Unrecognized VM option 'ShenandoahGCHeuristics=compact' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.
and the error:
Error occurred during initialization of VM Option -XX:+UseShenandoahGC not supported
Does anyone know the reason for this or how to fix it?