JDK-8340491 : Thread stack-base assertion should report which thread has the un-set stack
Type:Enhancement
Component:hotspot
Sub-Component:runtime
Affected Version:24
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2024-09-19
Updated:2024-10-07
Resolved:2024-09-30
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.
The assertion is written assuming it will always pertain to the current thread checking its own state, but that is not always the case as shown by JDK-8340401.