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

Tobias Hartmann thartmann at openjdk.java.net
Mon Oct 5 07:03:39 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.

Looks good.

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

Marked as reviewed by thartmann (Reviewer).

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


More information about the hotspot-compiler-dev mailing list