[lworld] Integrated: JDK-8234364: [lworld] ValueBootstrapMethods::isSubstitutable0 should do null check and type check

Mandy Chung mchung at openjdk.java.net
Wed Jul 22 16:16:54 UTC 2020


On Tue, 21 Jul 2020 18:07:07 GMT, Mandy Chung <mchung at openjdk.org> wrote:

> NPE was only reproducible with LW2 but not in LW3.   This patch adds null check and type check in
> `ValueBootstrapMethods::isSubstitutable0` to ensure the invoker is called only when the parameters are non-null and of
> the same type.

This pull request has now been integrated.

Changeset: d5187c50
Author:    Mandy Chung <mchung at openjdk.org>
URL:       https://git.openjdk.java.net/valhalla/commit/d5187c50
Stats:     118 lines in 2 files changed: 0 ins; 111 del; 7 mod

8234364: [lworld] ValueBootstrapMethods::isSubstitutable0 should do null check and type check

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

PR: https://git.openjdk.java.net/valhalla/pull/114



More information about the valhalla-dev mailing list