JDK-8288433 : Loom: Fix and rewrite x86_32 jfr_write_checkpoint
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 19,20
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2022-06-14
  • Updated: 2024-03-08
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
When doing initial JDK-8286476, I made a mistake in rewrite from 64-bit: *moved* the argument on stack instead of pushing it in `jfr_prolog`. This is subtly wrong, as stack would drift a bit after the call to `JfrIntrinsicSupport::write_checkpoint`. 
Comments
Ah, maybe that's irrelevant until x86-32 port actually calls into this stub.
14-06-2022