RFR: 8291809: Convert compiler/c2/cr7200264/TestSSE2IntVect.java to IR verification test [v2]

Daniel Lundén dlunden at openjdk.org
Thu Jan 18 12:37:27 UTC 2024


On Thu, 18 Jan 2024 11:43:43 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> Daniel Lundén has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Refactor test to use multiple @Test
>
> test/hotspot/jtreg/compiler/c2/cr7200264/TestIntVect.java line 50:
> 
>> 48:     public static void main(String[] args) {
>> 49:         TestFramework.runWithFlags("-XX:+IgnoreUnrecognizedVMOptions",
>> 50:                                    "-XX:StressLongCountedLoop=0");
> 
> What is this for? Maybe add a comment.

Yes, thanks. The previous comment that fell out is `// make sure int loops do not get converted to long`. I'll readd it.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17428#discussion_r1457379678


More information about the hotspot-compiler-dev mailing list