JDK-8318159 : RISC-V: Improve itable_stub
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: riscv
  • Submitted: 2023-10-16
  • Updated: 2024-05-21
  • Resolved: 2023-11-23
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 22
22 b26Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Async profiler shows that applications spend up to 10% in itable_stubs. The generated itable_stub scans itable two times while it can be done in a single pass.

See JDK-8307352 for aarch64 impl
Comments
Changeset: 6d79e0aa Author: Yuri Gaevsky <yuri.gaevsky@gmail.com> Committer: Vladimir Kempik <vkempik@openjdk.org> Date: 2023-11-23 16:06:05 +0000 URL: https://git.openjdk.org/jdk/commit/6d79e0aa3c32f687d5120811de955d5ae19e0fb2
23-11-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16657 Date: 2023-11-14 15:01:51 +0000
14-11-2023