RFR: 8253566: clazz.isAssignableFrom will return false for interface implementors

Vladimir Kozlov kvn at openjdk.java.net
Wed Sep 30 18:05:38 UTC 2020


On Wed, 30 Sep 2020 06:39:02 GMT, Roland Westrelin <roland at openjdk.org> wrote:

> The code pattern in the test case is optimized as a trichotomy which
> is wrong given SubTypeCheckNode is a special kind of CmpNode that's
> not commutative.

Good.

-------------

Marked as reviewed by kvn (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/422


More information about the hotspot-compiler-dev mailing list