RFR: JDK-8277496 Remove duplication in c1 Block successor lists [v2]

Ludvig Janiuk duke at openjdk.java.net
Wed Dec 1 10:13:58 UTC 2021


On Tue, 30 Nov 2021 15:52:32 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:

>> Ludvig Janiuk has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove stray comment
>
> src/hotspot/share/c1/c1_GraphBuilder.cpp line 3397:
> 
>> 3395: #endif
>> 3396: 
>> 3397:   // JANIUK: If we iterate all the blocks in _blocks, some of them have end NULL.
> 
> Left over comment?

Indeed! Removed it

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

PR: https://git.openjdk.java.net/jdk/pull/6614


More information about the hotspot-compiler-dev mailing list