< prev index next > src/hotspot/share/gc/shenandoah/shenandoahArguments.cpp
Print this page
#include "runtime/globals_extension.hpp"
#include "runtime/java.hpp"
#include "utilities/defaultStream.hpp"
void ShenandoahArguments::initialize() {
- #if !(defined AARCH64 || defined AMD64 || defined IA32 || defined PPC64)
+ #if !(defined AARCH64 || defined AMD64 || defined IA32 || defined PPC64 || defined RISCV64)
vm_exit_during_initialization("Shenandoah GC is not supported on this platform.");
#endif
#if 0 // leave this block as stepping stone for future platforms
log_warning(gc)("Shenandoah GC is not fully supported on this platform:");
< prev index next >