JDK-8246377 : [PPC64] Further improvements for assembler stop function
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: ppc
  • Submitted: 2020-06-02
  • Updated: 2024-10-17
  • Resolved: 2020-06-05
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 15
15 b27Fixed
Related Reports
Relates :  
Description
While discussing the AArch64 implementation (JDK-8245986) we found further improvement oportunities:
- Emit pointer to message instead of loading it into a register.
- Use VMError::report_and_die version which shows disassembly.

In addition to that, we can encode the information if a message is provided into the trap instruction.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/06d82c3696d2 User: mdoerr Date: 2020-06-05 09:32:45 +0000
05-06-2020