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.

To download the current JDK release, click here.
JDK 24
24 b18Fixed
Related Reports
Relates :  
Description
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.
Comments
Changeset: 31858fc4 Branch: master Author: David Holmes <dholmes@openjdk.org> Date: 2024-09-30 22:06:23 +0000 URL: https://git.openjdk.org/jdk/commit/31858fc4107a616aefd785cc06e932d1f03e2697
30-09-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/21102 Date: 2024-09-20 02:25:19 +0000
20-09-2024