JDK-8287033 : [REDO] PPC64: Handle integral division overflow during parsing
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 19
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • CPU: ppc
  • Submitted: 2022-05-19
  • Updated: 2023-12-06
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
tbd b21Unresolved
Related Reports
Blocks :  
Cloners :  
Sub Tasks
JDK-8287035 :  
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.
Note: JDK-8285390 works, but requires the shared code part which is included in the x86 change.