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

s390 and ppc - replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 14
    • 14
    • hotspot
    • None
    • b17
    • ppc, s390x
    • generic

      https://bugs.openjdk.java.net/browse/JDK-8230505
      replaced compares against T_OBJECT and T_ARRAY
      with a calls to is_reference_type(type) but did not touch s390 + ppc64 only coding.
      The replacements should be done there as well for consistency.

            mbaesken Matthias Baesken
            mbaesken Matthias Baesken
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: