JDK-8286301 : Port JEP 425 to RISC-V
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-05-06
  • Updated: 2024-02-06
  • Resolved: 2022-11-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 20
20 b23Fixed
Related Reports
Relates :  
Relates :  
Description
JEP 425 is targeted to JDK 19. Porting work will required for RISC-V. The initial integration of the JEP adds "Unimplemented" stubs for this architecture. For comparison, the initial implementation has about 2000 lines of x64 and about the same for aarch64.
Comments
Changeset: 91292d56 Author: Fei Yang <fyang@openjdk.org> Date: 2022-11-05 02:18:49 +0000 URL: https://git.openjdk.org/jdk/commit/91292d56a9c2b8010466d105520e6e898ae53679
05-11-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10917 Date: 2022-10-31 12:41:28 +0000
31-10-2022

Porting JEP 425 to RISC-V is carried out here: https://github.com/RealFYang/jdk/tree/JDK-8286301
22-09-2022