JDK-8287071 : Loom: Cleanup x86_64 gen_continuation_enter
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-05-20
  • Updated: 2022-06-07
  • Resolved: 2022-06-07
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 masterFixed
Related Reports
Relates :  
Description
During x86_32 porting, I ended up rewriting the copy of x86_64 gen_continuation_enter significantly to make it more streamlined. The original x86_64 gen_continuation_enter should enjoy the similar streamlining, since it would likely to be the template for many other architectures.

Draft PR:
 https://github.com/openjdk/jdk/pull/8802
Comments
Changeset: 956d44d2 Author: Aleksey Shipilev <shade@openjdk.org> Date: 2022-06-07 06:55:35 +0000 URL: https://git.openjdk.java.net/jdk/commit/956d44d2da54926a37acfb415d87f071663b4b40
07-06-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8802 Date: 2022-05-20 07:49:21 +0000
20-05-2022