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

Add support for additional float/double to integral conversion for x86

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 20
    • 19
    • hotspot
    • None
    • b02
    • x86

      Currently the C2 JIT only supports float -> int and double -> long conversion for x86.
      The following conversions need to be supported in the c2 JIT:
        float -> long, short, byte
        double -> int, short, byte

            sviswanathan Sandhya Viswanathan
            sviswanathan Sandhya Viswanathan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: