Integrated: 8348887: Create IR framework test for JDK-8347997

Marc Chevalier mchevalier at openjdk.org
Wed Apr 2 13:31:01 UTC 2025


On Mon, 31 Mar 2025 13:41:17 GMT, Marc Chevalier <mchevalier at openjdk.org> wrote:

> As the ticket says:
>> Create IR framework test which checks that allocations are eliminated in the regression test included in [JDK-8347997](https://bugs.openjdk.org/browse/JDK-8347997) fix.
> 
> So here it is! We can see that in case of inlining, indeed, no allocation happens. The second part is some sanity check to emphasize the difference: of course, there is an allocation without inlining. The benefit of this second part is arguable. From my point of view, it's mostly to point out the difference to a future reader. But yes, there is nothing very surprising.
> 
> Thanks,
> Marc

This pull request has now been integrated.

Changeset: 8608b163
Author:    Marc Chevalier <mchevalier at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8608b16341ba2807c6a32f7539d10d7458c40b05
Stats:     124 lines in 1 file changed: 124 ins; 0 del; 0 mod

8348887: Create IR framework test for JDK-8347997

Reviewed-by: thartmann, chagedorn

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

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


More information about the hotspot-compiler-dev mailing list