-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25, 26, 27
-
Component/s: hotspot
-
b06
-
riscv
-
linux
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8376048 | 26.0.1 | Dingli Zhang | P4 | Resolved | Fixed | master |
Currently, we only check UseRVV flag in SharedRuntime::is_wide_vector on RISC-V platforms. This is not optimal when no vector instructions is used by the nmethod. In this case, the the input size parameter is zero. We should consider this case so that we choose the right sub in SharedRuntime::get_poll_stub when handling safepoint.
- backported by
-
JDK-8376048 RISC-V: Need to check size in SharedRuntime::is_wide_vector
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk26u/45526ee0
-
Commit(master)
openjdk/jdk/ca3e6236
-
Review(master)
openjdk/jdk25u-dev/163
-
Review(master)
openjdk/jdk26u/20
-
Review(master)
openjdk/jdk/29307
(1 links to)