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: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2024-04-29
  • Updated: 2024-09-12
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
24Unresolved
Related Reports
Blocks :  
Cloners :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
The fix for JDK-8180450 was for C2 only. Implement the same fix for C1 and the interpreter.
Comments
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