Skip to content

Commit cbf4dd5

Browse files
author
Hamlin Li
committed
8343555: RISC-V: make some verified (on hardware) extension options diagnostic
Reviewed-by: fyang, rehn
1 parent ef0dc25 commit cbf4dd5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/hotspot/cpu/riscv/globals_riscv.hpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ define_pd_global(intx, InlineSmallCode, 1000);
9898
product(bool, UseRVA20U64, true, "Use RVA20U64 profile") \
9999
product(bool, UseRVA22U64, false, EXPERIMENTAL, "Use RVA22U64 profile") \
100100
product(bool, UseRVA23U64, false, EXPERIMENTAL, "Use RVA23U64 profile") \
101-
product(bool, UseRVC, false, "Use RVC instructions") \
102-
product(bool, UseRVV, false, "Use RVV instructions") \
103-
product(bool, UseZba, false, "Use Zba instructions") \
104-
product(bool, UseZbb, false, "Use Zbb instructions") \
105-
product(bool, UseZbs, false, "Use Zbs instructions") \
106-
product(bool, UseZfh, false, "Use Zfh instructions") \
101+
product(bool, UseRVC, false, DIAGNOSTIC, "Use RVC instructions") \
102+
product(bool, UseRVV, false, DIAGNOSTIC, "Use RVV instructions") \
103+
product(bool, UseZba, false, DIAGNOSTIC, "Use Zba instructions") \
104+
product(bool, UseZbb, false, DIAGNOSTIC, "Use Zbb instructions") \
105+
product(bool, UseZbs, false, DIAGNOSTIC, "Use Zbs instructions") \
106+
product(bool, UseZfh, false, DIAGNOSTIC, "Use Zfh instructions") \
107107
product(bool, UseZacas, false, EXPERIMENTAL, "Use Zacas instructions") \
108108
product(bool, UseZcb, false, EXPERIMENTAL, "Use Zcb instructions") \
109109
product(bool, UseZic64b, false, EXPERIMENTAL, "Use Zic64b instructions") \
@@ -114,7 +114,7 @@ define_pd_global(intx, InlineSmallCode, 1000);
114114
"Use Zihintpause instructions") \
115115
product(bool, UseZtso, false, EXPERIMENTAL, "Assume Ztso memory model") \
116116
product(bool, UseZvbb, false, EXPERIMENTAL, "Use Zvbb instructions") \
117-
product(bool, UseZvfh, false, "Use Zvfh instructions") \
117+
product(bool, UseZvfh, false, DIAGNOSTIC, "Use Zvfh instructions") \
118118
product(bool, UseZvkn, false, EXPERIMENTAL, \
119119
"Use Zvkn group extension, Zvkned, Zvknhb, Zvkb, Zvkt") \
120120
product(bool, UseRVVForBigIntegerShiftIntrinsics, true, \

0 commit comments

Comments
 (0)