JDK-8286897 : Loom: Cleanup x86_64 StubGenerator
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-05-17
  • Updated: 2022-05-19
  • 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 masterFixed
Related Reports
Relates :  
Description
During x86_32 porting, I ended up rewriting the copy of x86_64 StubGenerator significantly to make it more streamlined. The original x86_64 StubGenerator should enjoy the similar streamlining, since it would likely to be the template for many other architectures.
Comments
Changeset: 47500b24 Author: Aleksey Shipilev <shade@openjdk.org> Date: 2022-05-19 08:45:03 +0000 URL: https://git.openjdk.java.net/jdk/commit/47500b2429c8e09f322ec3ff95ff09293db26a9a
19-05-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8755 Date: 2022-05-17 16:39:55 +0000
17-05-2022