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

[lworld] Intrinsify j.l.Class::asPrimaryType/asValueType

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P2 P2
    • repo-valhalla
    • repo-valhalla
    • hotspot

      TestIntrinsics.java fails after JDK-8269956 which replace some usages of MyValue.class by MyValue.class.asValueType(). The problem is that asValueType() is not always inlined/folded and therefore IR verification fails.

      We should intrinsify the methods like we did in old L/Q world:
      https://github.com/openjdk/valhalla/commit/e895128f

            thartmann Tobias Hartmann
            thartmann Tobias Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: