RFR: 8273612: Fix for JDK-8272873 causes timeout in running some tests with -Xcomp [v2]

Nils Eliasson neliasso at openjdk.java.net
Tue Oct 5 19:47:10 UTC 2021


On Tue, 5 Oct 2021 16:06:28 GMT, Igor Veresov <iveresov at openjdk.org> wrote:

>> With tiered it just so happened that profiles are reported as mature with -Xcomp. For some tests this leads to pathological profiles that causes excessive execution time. The fix it make profiles immature when running with -Xcomp.
>
> Igor Veresov has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains two commits:
> 
>  - Fix the tests
>  - Report profiles as immature with -Xcomp

Looks good!

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

Marked as reviewed by neliasso (Reviewer).

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


More information about the hotspot-compiler-dev mailing list