JDK-8043413 : REGRESSION: Hotspot causes segmentation fault in jdk8ux, but not in jdk7ux
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:8
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2014-05-19
Updated:2023-07-21
Resolved:2014-06-02
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.
A test case which does in-line expansion causes segmentation fault in
jdk8fcs/8u5, but not in jdk7u51/7u55.
Comments
URL: http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/0dd11a2a56c5
User: lana
Date: 2014-06-20 17:39:40 +0000
20-06-2014
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0dd11a2a56c5
User: roland
Date: 2014-06-02 09:46:05 +0000
02-06-2014
We can have very long call chains of lambda forms in pathological test cases and because we bump _max_inline_level every time we encounter a lambda form, the check for MaxForceInlineLevel is never reached.
The bug is not directly related to JDK-8023657.