Integrated: 8287491: compiler/jvmci/errors/TestInvalidDebugInfo.java fails new assert: assert((uint)t < T_CONFLICT + 1) failed: invalid type #

Yasumasa Suenaga ysuenaga at openjdk.java.net
Wed Jun 1 14:45:32 UTC 2022


On Tue, 31 May 2022 13:00:57 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:

> We saw new assertion error after [JDK-8286562](https://bugs.openjdk.java.net/browse/JDK-8286562) ( #8646 )
> 
> 
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  Internal Error (/home/ysuenaga/github-forked/jdk/src/hotspot/share/utilities/globalDefinitions.hpp:735), pid=2619, tid=2635
> #  assert((uint)t < T_CONFLICT + 1) failed: invalid type
> 
> 
> It was caused by passing `JavaKind.Illegal` to slot kind at TestInvalidDebugInfo.java . We should pass `JavaKind.Void` instead of `JavKind.Illegal`.
> 
> See JBS for more details (I attached hs_err log).

This pull request has now been integrated.

Changeset: e3791ecf
Author:    Yasumasa Suenaga <ysuenaga at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/e3791ecfe42ccb34548dd23d159087a86b669a46
Stats:     5 lines in 2 files changed: 0 ins; 1 del; 4 mod

8287491: compiler/jvmci/errors/TestInvalidDebugInfo.java fails new assert: assert((uint)t < T_CONFLICT + 1) failed: invalid type #

Reviewed-by: kvn, dnsimon

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

PR: https://git.openjdk.java.net/jdk/pull/8954


More information about the hotspot-compiler-dev mailing list