< prev index next >

src/hotspot/os/linux/os_linux.cpp

Print this page
*** 2557,10 ***
--- 2557,12 ---
    strncpy(cpuinfo, "x86_32", length);
  #elif defined(IA64)
    strncpy(cpuinfo, "IA64", length);
  #elif defined(PPC)
    strncpy(cpuinfo, "PPC64", length);
+ #elif defined(RISCV)
+   strncpy(cpuinfo, "RISCV64", length);
  #elif defined(S390)
    strncpy(cpuinfo, "S390", length);
  #elif defined(SPARC)
    strncpy(cpuinfo, "sparcv9", length);
  #elif defined(ZERO_LIBARCH)
< prev index next >