Integrated: 8253566: clazz.isAssignableFrom will return false for interface implementors
Roland Westrelin
roland at openjdk.java.net
Thu Oct 8 09:36:57 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.
This pull request has now been integrated.
Changeset: f8603720
Author: Roland Westrelin <roland at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/f8603720
Stats: 71 lines in 2 files changed: 70 ins; 0 del; 1 mod
8253566: clazz.isAssignableFrom will return false for interface implementors
Reviewed-by: kvn, thartmann, neliasso
-------------
PR: https://git.openjdk.java.net/jdk/pull/422
More information about the hotspot-compiler-dev
mailing list