Integrated: 8292385: assert(ctrl == kit.control()) failed: Control flow was added although the intrinsic bailed out

Dean Long dlong at openjdk.org
Fri Sep 2 19:28:01 UTC 2022


On Fri, 2 Sep 2022 01:27:57 GMT, Dean Long <dlong at openjdk.org> wrote:

> The problem is caused by missing bailout logic in inline_string_char_access().  This PR adds the needed logic to match other intrinsics.
> 
> I tried to come up with a stand-alone test case, but was not successful.

This pull request has now been integrated.

Changeset: 5757e212
Author:    Dean Long <dlong at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5757e2129ef23f6aa11a9a29d77ae86971b401c0
Stats:     7 lines in 1 file changed: 7 ins; 0 del; 0 mod

8292385: assert(ctrl == kit.control()) failed: Control flow was added although the intrinsic bailed out

Reviewed-by: thartmann, jiefu, kvn

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

PR: https://git.openjdk.org/jdk/pull/10136


More information about the hotspot-compiler-dev mailing list