Integrated: 8273612: Fix for JDK-8272873 causes timeout in running some tests with -Xcomp

Igor Veresov iveresov at openjdk.java.net
Tue Oct 5 19:47:12 UTC 2021


On Tue, 5 Oct 2021 03:22:27 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.

This pull request has now been integrated.

Changeset: 83b22192
Author:    Igor Veresov <iveresov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/83b2219220266c1365466970d08606fef766c4fa
Stats:     9 lines in 3 files changed: 4 ins; 2 del; 3 mod

8273612: Fix for JDK-8272873 causes timeout in running some tests with -Xcomp

Reviewed-by: kvn, neliasso

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

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


More information about the hotspot-compiler-dev mailing list