RFR: 8267982: Set the node after peephole optimization to be removed [v9]
SUN Guoyun
github.com+40024232+sunny868 at openjdk.java.net
Mon Jul 5 11:03:19 UTC 2021
On Mon, 5 Jul 2021 09:56:32 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> SUN Guoyun has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8267982: Set the node after peephole optimization to be removed
>
> src/hotspot/share/opto/machnode.hpp line 380:
>
>> 378: virtual bool is_TrapBasedCheckNode() const { return false; }
>> 379: void set_removed(){ _removed = true; }
>> 380: bool get_removed(){ return _removed; }
>
> Please add whitespaces:
> `set_removed() {`
> `get_removed() {`
Done
-------------
PR: https://git.openjdk.java.net/jdk/pull/4276
More information about the hotspot-compiler-dev
mailing list