-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
b26
-
riscv
-
linux
vm_version_linux_riscv.cpp has keyword register on line 77:
register unsigned long __v;
This results in warning ( and erro in default mode) -
register storage class specifier is deprecated and incompatible with C++17
register unsigned long __v;
This results in warning ( and erro in default mode) -
register storage class specifier is deprecated and incompatible with C++17