Integrated: 8276546: [IR Framework] Whitelist and ignore CompileThreshold

Christian Hagedorn chagedorn at openjdk.java.net
Thu Nov 11 08:06:46 UTC 2021


On Tue, 9 Nov 2021 13:21:56 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> This patch whitelists `CompileThreshold` and ignores it if passed as JTreg VM/Java option flag to a test. The reason to do this is that our CI executes `-XX:-TieredCompilation` in combination with `CompileThreshold` and therefore IR matching will not be performed (because `CompileThreshold` is not whitelisted). This patch changes this.
> 
> Setting `CompileThreshold` with `TestFramework::addFlags/runWithFlags()` will normally apply the flag.
> 
> Thanks,
> Christian

This pull request has now been integrated.

Changeset: 7a140af2
Author:    Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/7a140af25362556ebe86147dcd74413e0044edc0
Stats:     109 lines in 3 files changed: 106 ins; 0 del; 3 mod

8276546: [IR Framework] Whitelist and ignore CompileThreshold

Reviewed-by: kvn, neliasso

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

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


More information about the hotspot-compiler-dev mailing list