@@ -2083,11 +2083,11 @@ FLAG_SET_CMDLINE(StackReservedPages, 0); warning("Reserved Stack Area not supported on this platform"); } #endif - #if !defined(X86) && !defined(AARCH64) && !defined(PPC64) + #if !defined(X86) && !defined(AARCH64) && !defined(PPC64) && !defined(RISCV64) if (UseHeavyMonitors) { jio_fprintf(defaultStream::error_stream(), "UseHeavyMonitors is not fully implemented on this architecture"); return false; }