[jdk11u-dev] Integrated: 8230019: [REDO] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"

Goetz Lindenmaier goetz at openjdk.java.net
Tue Sep 28 08:08:02 UTC 2021


On Thu, 23 Sep 2021 14:05:56 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I downport this for parity with 11.0.13-oracle.
> 
> I had to resolve the ProblemList. 
> I took the version of the new patch.
> The old bug mentioned, JDK-8066173,  was closed with a patch just modifying the ProblemList -- which is strange.
> The new bug, JDK-8225620, was closed, too.  But it was not resolved, it was only closed because the solaris port was removed. 
> So I think mentioning the new bug is the right thing here.

This pull request has now been integrated.

Changeset: d234b6d4
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.java.net/jdk11u-dev/commit/d234b6d4ea9636a943b3a16dfbdadf1569d32e76
Stats:     4 lines in 2 files changed: 2 ins; 0 del; 2 mod

8230019: [REDO] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"

Explicitly set the receiver klass in the ci MDO to NULL if it is NULL in the MDO while translating.

Reviewed-by: mdoerr
Backport-of: 6df28153fd7c5371a6b92f62addf03465ecf4eee

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

PR: https://git.openjdk.java.net/jdk11u-dev/pull/402


More information about the jdk-updates-dev mailing list