RFR: 8271340: Crash PhaseIdealLoop::clone_outer_loop [v3]

Roland Westrelin roland at openjdk.java.net
Fri Sep 3 08:16:08 UTC 2021


On Thu, 2 Sep 2021 12:39:53 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

>> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   test fix
>
> test/hotspot/jtreg/compiler/c2/TestInfiniteLoopCCP.java line 72:
> 
>> 70:         thread.setDaemon(true);
>> 71:         thread.start();
>> 72:         Thread.sleep(/*Utils.adjustTimeout(4000)*/4000);
> 
> Why is the `Utils.adjustTimeout` uncommented?

That was an accident. Fixed in updated change.

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

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


More information about the hotspot-compiler-dev mailing list