JDK-8325467 : Support methods with many arguments in C2
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 23,25
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2024-02-08
  • Updated: 2025-06-26
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.
Other
tbdUnresolved
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
If a method has a large number of arguments, we currently bail out from C2 compilation. See JDK-8237900.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/20404 Date: 2024-07-31 12:36:38 +0000
07-08-2024