JDK-8331341 : secondary_super_cache does not scale well: C1 and interpreter
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2024-04-29
  • Updated: 2024-11-18
  • Resolved: 2024-11-06
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 24
24 b23Fixed
Related Reports
Blocks :  
Cloners :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
The fix for JDK-8180450 was for C2 only. Implement the same fix for C1 and the interpreter.
Comments
Changeset: ead0116f Branch: master Author: Andrew Haley <aph@openjdk.org> Date: 2024-11-06 08:58:08 +0000 URL: https://git.openjdk.org/jdk/commit/ead0116f2624e0e34529e47e4f509142d588b994
06-11-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/19989 Date: 2024-07-02 14:52:09 +0000
09-07-2024

Change of plan. I'm creating a portmanteau patch that covers C1, interpreter, and runtime.
02-07-2024

Since JDK-8331658 covers C1, I assume this issue is for the interpreter? Moving to hotspot/runtime.
08-05-2024