RFR: 8312980: C2: "malformed control flow" created during incremental inlining [v6]

Roland Westrelin roland at openjdk.org
Tue Oct 24 13:58:40 UTC 2023


On Tue, 24 Oct 2023 09:27:18 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   run tests with release build
>
> src/hotspot/share/opto/replacednodes.cpp line 211:
> 
>> 209:     }
>> 210:     // Map from current node to cloned/replaced node
>> 211:     ResizeableResourceHashtable<Node*, Node*, AnyObj::RESOURCE_AREA, mtCompiler> clones(hash_table_size, hash_table_size);
> 
> What arena does this allocate from?

In the current thread's resource area.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15905#discussion_r1370206403


More information about the hotspot-compiler-dev mailing list