RFR: 8270886: Crash in PhaseIdealLoop::verify_strip_mined_scheduling [v2]
Roland Westrelin
roland at openjdk.java.net
Wed Jul 28 08:35:08 UTC 2021
On Tue, 27 Jul 2021 16:17:34 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Looks good. What testing you did?
Thanks for the review.
hotspot/jtreg/compiler hotspot/jtreg/gc hotspot/jtreg/runtime jdk/java/lang jdk/java/util jtreg tests with -Xcomp -XX:CompileThreshold=100
hotspot/jtreg/compiler with no extra opton
some CTW testing.
> src/hotspot/share/opto/compile.cpp line 2151:
>
>> 2149: remove_root_to_sfpts_edges(igvn);
>> 2150:
>> 2151: // Perform escape analysis
>
> Indent is wrong for this line. Please, fix it.
fixed
-------------
PR: https://git.openjdk.java.net/jdk/pull/4911
More information about the hotspot-compiler-dev
mailing list