RFR: JDK-8312617: SIGSEGV in ConnectionGraph::verify_ram_nodes [v2]

Vladimir Kozlov kvn at openjdk.org
Thu Jul 27 20:52:54 UTC 2023


On Thu, 27 Jul 2023 18:23:30 GMT, Cesar Soares Lucas <cslucas at openjdk.org> wrote:

>> - Return early from `verify_ram_nodes` if compilation is already failing.
>> - Add back check for `failing()` after `eliminate_macro_nodes()`.
>> - Print additional diagnostic information when an unexpected user of RAM is encountered.
>> 
>> Tested with tier1-3 on Linux x64.
>
> Cesar Soares Lucas has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Refactoring use of flags.

Looks good.
You need second review.

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

Marked as reviewed by kvn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/15048#pullrequestreview-1550750833


More information about the hotspot-compiler-dev mailing list