RFR: 8236136: tests which use CompilationMode shouldn't be run w/ TieredStopAtLevel [v2]

Nils Eliasson neliasso at openjdk.java.net
Tue Feb 15 15:09:09 UTC 2022


On Mon, 14 Feb 2022 22:34:49 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:

>> TheShermanTanker has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>> 
>>  - Merge remote-tracking branch 'upstream/master' into fixtests
>>  - Fix TieredStopAtLevel requirements for certain tests
>
> Looks good!

> @neliasso I almost forgot, does `compiler/jvmci/events/JvmciNotifyBootstrapFinishedEventTest` need any updating for it's TieredStopAtLevel requirements or is it good to remain as is?

It should be good as it is. It already requires that TieredStopAtLevel is not set. When used, Jvmci is level 4, so there is no reason to run with that flag.

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

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


More information about the hotspot-compiler-dev mailing list