[lworld] Integrated: 8309353: [lworld] C2 compilations fails with assert(false) failed: type flow analysis failed for OSR compilation
Tobias Hartmann
thartmann at openjdk.org
Fri Jun 2 13:23:06 UTC 2023
On Fri, 2 Jun 2023 13:13:56 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> With [JDK-8301007](https://bugs.openjdk.org/browse/JDK-8301007) we added a trap at calls to methods with unloaded return type in C2 until [JDK-8284443](https://bugs.openjdk.org/browse/JDK-8284443) is fixed. This can lead to a rare and harmless compilation bailout for OSR compilations which triggers an assert now that we merged in [JDK-8303951](https://bugs.openjdk.org/browse/JDK-8303951) from mainline. Let's simply disable that assert again until [JDK-8284443](https://bugs.openjdk.org/browse/JDK-8284443) is fixed.
>
> Thanks,
> Tobias
This pull request has now been integrated.
Changeset: f5456ebe
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/f5456ebe1cc87299eeb3e57f6f3fa4edabc43a38
Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
8309353: [lworld] C2 compilations fails with assert(false) failed: type flow analysis failed for OSR compilation
-------------
PR: https://git.openjdk.org/valhalla/pull/857
More information about the valhalla-dev
mailing list