RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v2]

Roland Westrelin roland at openjdk.org
Thu May 15 12:20:00 UTC 2025


On Wed, 23 Apr 2025 12:29:06 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   TestIterativeEA fix
>
> test/hotspot/jtreg/compiler/macronodes/TestEliminationOfAllocationWithoutUse.java line 39:
> 
>> 37:  * @run main/othervm -Xcomp
>> 38:  *                   -XX:CompileCommand=compileonly,compiler.macronodes.TestEliminationOfAllocationWithoutUse::test*
>> 39:  *                   compiler.macronodes.TestEliminationOfAllocationWithoutUse
> 
> Would a run without Xcomp make sense?

Some test methods run a loop for only a few iterations, not sure a run without `-Xcomp` makes much sense.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24570#discussion_r2091039980


More information about the hotspot-compiler-dev mailing list