RFR: 8280126: C2: detect and remove dead irreducible loops [v3]

Emanuel Peter epeter at openjdk.org
Wed Jan 25 11:47:42 UTC 2023


On Wed, 18 Jan 2023 07:34:30 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Improvements after review (Vladimir K)
>
> src/hotspot/share/opto/cfgnode.hpp line 138:
> 
>> 136: #ifndef PRODUCT
>> 137:   virtual void dump_spec(outputStream *st) const;
>> 138: #endif
> 
> Same as above.
> Suggestion:
> 
>   NOT_PRODUCT(virtual void dump_spec(outputStream *st) const;)

👍

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

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


More information about the hotspot-compiler-dev mailing list