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

[MVT] java.lang.Class::isAssignableFrom() C2 intrinsic does not support value types

XMLWordPrintable

      The C2 intrinsic for java.lang.Class::isAssignableFrom does not work properly with value types (it returns false for __Value.class.isAssignableFrom(vt) when vt is a value type class).

      Once this is fixed, we should revert the -XX:DisableIntrinsic=_isAssignableFrom flag:
      http://cr.openjdk.java.net/~mchung/valhalla/webrevs/8181425/revised-fix/index.html

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

              Created:
              Updated:
              Resolved: