We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e339e18 commit c09f83eCopy full SHA for c09f83e
src/hotspot/cpu/riscv/vm_version_riscv.cpp
@@ -35,6 +35,12 @@ const char* VM_Version::_vm_mode = "";
35
uint32_t VM_Version::_initial_vector_length = 0;
36
37
void VM_Version::initialize() {
38
+ _supports_cx8 = true;
39
+ _supports_atomic_getset4 = true;
40
+ _supports_atomic_getadd4 = true;
41
+ _supports_atomic_getset8 = true;
42
+ _supports_atomic_getadd8 = true;
43
+
44
get_os_cpu_info();
45
46
// check if satp.mode is supported, currently supports up to SV48(RV64)
0 commit comments