RFR: 8298952: All nodes should have type(n) == Value(n) after IGVN [v5]

Emanuel Peter epeter at openjdk.org
Thu Feb 2 07:49:55 UTC 2023


On Wed, 1 Feb 2023 09:09:51 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   two small fixes and copyright 2023
>
> test/hotspot/jtreg/compiler/c2/TestVerifyIterativeGVN.java line 30:
> 
>> 28:  * @summary Run with -Xcomp to test -XX:VerifyIterativeGVN=1 in debug builds.
>> 29:  *
>> 30:  * @run main/othervm/timeout=300 -Xbatch -Xcomp -XX:VerifyIterativeGVN=1 compiler.c2.TestVerifyIterativeGVN
> 
> As this is a Hello World sanity test for `VerifyIterativeGVN`, do we want to run this with both verifications on (i.e. `-XX:VerifyIterativeGVN=11`)?

👍

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

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


More information about the hotspot-compiler-dev mailing list