RFR: 8264360: Loop strip mining verification fails with "should be on the backedge" [v2]
Roland Westrelin
roland at openjdk.java.net
Tue Mar 30 07:46:55 UTC 2021
On Tue, 30 Mar 2021 06:09:53 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>>
>> test cleanup
>
> test/hotspot/jtreg/compiler/loopstripmining/TestLoadOnBackedgeWithPrec.java line 60:
>
>> 58: new a(), new a(), new a(),
>> 59: new a(), new a(), new a()};
>> 60: c = i[0].g + k.g;
>
> Whitespaces before `+` should be removed.
Thanks for reviewing this. I made the change you suggested.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3245
More information about the hotspot-compiler-dev
mailing list