Integrated: 8298301: C2: assert(main_cmp->in(2)->Opcode() == Op_Opaque1) failed: main loop has no opaque node?
Christian Hagedorn
chagedorn at openjdk.org
Wed Dec 7 18:36:59 UTC 2022
On Wed, 7 Dec 2022 17:03:08 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
> This starts to show up in our CI in various tests after [JDK-8269820](https://bugs.openjdk.org/browse/JDK-8269820) which added a new `OpaqueZeroTripGuardNode` but forgot to update an assert which still checks for `Opaque1` instead of `OpaqueZeroTripGuard`. I've fixed that with this patch.
>
> Currently running tests:
> - tier1-4
>
> Thanks,
> Christian
This pull request has now been integrated.
Changeset: e86f31b5
Author: Christian Hagedorn <chagedorn at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e86f31b5e71af00fea9cd989a86c1e75e3df1821
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8298301: C2: assert(main_cmp->in(2)->Opcode() == Op_Opaque1) failed: main loop has no opaque node?
Reviewed-by: thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/11567
More information about the hotspot-compiler-dev
mailing list