JDK-8286944 : Loom: Common ContinuationEntry cookie handling
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-05-18
  • Updated: 2022-05-26
  • Resolved: 2022-05-19
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 19
19 b24Fixed
Related Reports
Relates :  
Description
Platform-specific code injects the cookie to the head of ContinuationEntry. The value for this cookie is hard-coded in platform-specific code, which is fragile. It would be better to common the cookie handling a bit to ease porting.
Comments
Changeset: 6e386669 Author: Aleksey Shipilev <shade@openjdk.org> Date: 2022-05-19 09:35:31 +0000 URL: https://git.openjdk.java.net/jdk/commit/6e386669e3832cdf412bc6d485aa358e8811483f
19-05-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8762 Date: 2022-05-18 09:46:43 +0000
18-05-2022