JDK-8144466 : ppc64: fix argument passing through opto stubs.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: ppc
  • Submitted: 2015-12-02
  • Updated: 2020-08-25
  • Resolved: 2015-12-14
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 9
9 b103Fixed
Related Reports
Relates :  
Description
PPC requires int arguments to be properly extended to 64 bits in C calls.
We reworked a previous change to fix this in "8086069: Adapt runtime calls to recent intrinsics to pass ints as long" but missed the opto subs there.