JDK-8343436 : Regression in StackMapGenerator after JDK-8339205
Type:Bug
Component:core-libs
Sub-Component:java.lang.classfile
Affected Version:24
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2024-11-01
Updated:2025-02-07
Resolved:2024-11-04
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.
JDK-8339205 created regression in max stack calculations by implementation of StackMapGenerator.Frame::decStack1PushStack(Type type1, Type type2) adding +2 to the stack size instead of +1.