Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8086069

Adapt runtime calls to recent intrinsics to pass ints as long

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • None
    • b74

        The PPC ABI requires that ints are passed as correct long values.
        "8024342: PPC64 (part 111): Support for C calling conventions that require 64-bit ints."
        adapted runtime calls issued by C2 accordingly.

        Intinsics for multiplyToLen, CRC32, AES and SHA use runtime calls and thus must
        obey to the ABI.

        This change adapts the calls to the new intrinsics using the mechanism introduced in 8024324.

              goetz Goetz Lindenmaier
              goetz Goetz Lindenmaier
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: