JDK-8323122 : AArch64: Increase itable stub size estimate
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 21,22,23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: aarch64
  • Submitted: 2024-01-08
  • Updated: 2024-07-26
  • Resolved: 2024-01-16
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 17 JDK 21 JDK 23
17.0.13Fixed 21.0.5Fixed 23 b06Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Since JDK-8307352, itable stub size has grown by 20 bytes on linux-aarch64. In particular, the "slop-counted" code increases from 100->120 bytes, where the current estimate is 124 bytes. I haven't found a case where it exceeds the estimate. For now this size is stable across the few linux-aarch64 configurations I ran with. It doesn't vary (for example) by different klass decoding schemes. But I think the idea of the estimate is that we can never know. I propose we increase the estimate to be safe.
Comments
[jdk17u-fix-request] Approval Request from Dmitry Chuyko This is a tiny follow-up to JDK-8307352 (AARCH64: Improve itable_stub) backport, similar to 21u. The estimate is raised a bit for safety. Original change applies cleanly after the leading backport. Testing: jtreg tier1,2 on linux-aarch64.
25-07-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk17u-dev/pull/2744 Date: 2024-07-25 10:29:35 +0000
25-07-2024

[jdk21u-fix-request] Approval Request from Dmitry Chuyko This is a tiny follow-up to JDK-8307352 (AARCH64: Improve itable_stub) backport. The estimate is raised a bit for safety. Original change applies cleanly after the leading backport. Testing: jtreg tier1,2 on linux-aarch64.
12-06-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk21u-dev/pull/711 Date: 2024-06-12 20:26:07 +0000
12-06-2024

Changeset: 36f4b34f Author: Yude Lin <yude.lyd@alibaba-inc.com> Committer: Denghui Dong <ddong@openjdk.org> Date: 2024-01-16 05:15:22 +0000 URL: https://git.openjdk.org/jdk/commit/36f4b34f1953af736706ec67192204727808bc6c
16-01-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17336 Date: 2024-01-10 02:03:08 +0000
10-01-2024