RFR: 8273612: Fix for JDK-8272873 causes timeout in running some tests with -Xcomp [v2]
Igor Veresov
iveresov at openjdk.java.net
Tue Oct 5 16:06:28 UTC 2021
> 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
-------------
Changes: https://git.openjdk.java.net/jdk/pull/5815/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5815&range=01
Stats: 9 lines in 3 files changed: 4 ins; 2 del; 3 mod
Patch: https://git.openjdk.java.net/jdk/pull/5815.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5815/head:pull/5815
PR: https://git.openjdk.java.net/jdk/pull/5815
More information about the hotspot-compiler-dev
mailing list