Integrated: 8331033: EA fails with "EA unexpected CallLeaf unsafe_setmemory" after JDK-8329331

Scott Gibbons sgibbons at openjdk.org
Thu May 9 12:01:03 UTC 2024


On Wed, 1 May 2024 14:01:38 GMT, Scott Gibbons <sgibbons at openjdk.org> wrote:

> Added a strcmp for unsafe_setmemory in process_call_arguments() so the assert would not trigger.
> 
> I believe this is the correct fix as I do not think the arguments for setMemory need special handling like arraycopy.
> 
> I would like suggestions on how to generate a testcase to catch this type of error in mainline.

This pull request has now been integrated.

Changeset: 0a4eeeaa
Author:    Scott Gibbons <sgibbons at openjdk.org>
Committer: Jatin Bhateja <jbhateja at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0a4eeeaa3c63585244be959386dd94882398e87f
Stats:     108 lines in 2 files changed: 107 ins; 0 del; 1 mod

8331033: EA fails with "EA unexpected CallLeaf unsafe_setmemory" after JDK-8329331

Co-authored-by: Jatin Bhateja <jbhateja at openjdk.org>
Reviewed-by: kvn

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

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


More information about the hotspot-compiler-dev mailing list