Skip to content

Commit 860a789

Browse files
committed
8353219: RISC-V: Fix client builds after JDK-8345298
Reviewed-by: fjiang, rehn
1 parent a83760a commit 860a789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hotspot/cpu/riscv/stubGenerator_riscv.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6151,6 +6151,8 @@ class StubGenerator: public StubCodeGenerator {
61516151
return start;
61526152
}
61536153

6154+
#endif // COMPILER2_OR_JVMCI
6155+
61546156
// x10 = input (float16)
61556157
// f10 = result (float)
61566158
// t1 = temporary register
@@ -6249,8 +6251,6 @@ class StubGenerator: public StubCodeGenerator {
62496251
return entry;
62506252
}
62516253

6252-
#endif // COMPILER2_OR_JVMCI
6253-
62546254
#ifdef COMPILER2
62556255

62566256
static const int64_t right_2_bits = right_n_bits(2);

0 commit comments

Comments
 (0)