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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P2
    • repo-valhalla
    • Affects Version/s: repo-valhalla
    • Component/s: 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

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

              Created:
              Updated:
              Resolved: