RFR: 8267982: Set the node after peephole optimization to be removed [v10]

Vladimir Kozlov kvn at openjdk.java.net
Mon Jul 5 23:37:51 UTC 2021


On Mon, 5 Jul 2021 11:03:18 GMT, SUN Guoyun <github.com+40024232+sunny868 at openjdk.org> wrote:

>> Hi all,
>> 
>> Enable peephole can cause SIGSEGV sometimes in OopFlow::build_oop_map(Node*, int, PhaseRegAlloc*, int*)+0x238 , so must set a removed-flags for the peephole-nodes , to avoid be set-live-bit() and cause crash.
>>  Please review this trivial change.
>> 
>> Thanks,
>> Sun Guoyun
>
> 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

Update is good.

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

Marked as reviewed by kvn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list