JDK-8285390 : PPC64: Handle integral division overflow during parsing
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 19
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • CPU: ppc
  • Submitted: 2022-04-21
  • Updated: 2022-05-19
  • Resolved: 2022-04-29
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 b21Fixed
Related Reports
Cloners :  
Cloners :  
Description
Currently, integral division overflow is handled during code emission, move this handling to parsing helps eliminate or hoist out the check and achieve better code layout.
Comments
Although JDK-8286182 does not happen on PPC64, the IR graph with the division floating above its validity check is considered broken, so I think it would be more appropriate to back out the whole changes.
19-05-2022

Changeset: d3606a34 Author: Martin Doerr <mdoerr@openjdk.org> Date: 2022-04-29 08:33:23 +0000 URL: https://git.openjdk.java.net/jdk/commit/d3606a34fa285638bf83cdf88e1ab0bdb0b345c8
29-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8343 Date: 2022-04-21 16:39:14 +0000
21-04-2022