Integrated: 8236136: tests which use CompilationMode shouldn't be run w/ TieredStopAtLevel

TheShermanTanker duke at openjdk.java.net
Wed Feb 16 07:53:07 UTC 2022


On Sat, 12 Feb 2022 07:07:57 GMT, TheShermanTanker <duke at openjdk.java.net> wrote:

> Prevents the tests from JDK-8236136 from running when the required `TieredStopAtLevel` is not met, with the exception of `compiler/jvmci/events/JvmciNotifyBootstrapFinishedEventTest` as it seems to already have the requirement set, and I'm not sure what (or whether) to update it's required `TieredStopAtLevel` to should the existing one be outdated (Would appreciate any feedback on this part)

This pull request has now been integrated.

Changeset: a86cab8d
Author:    TheShermanTanker <josephtay19 at gmail.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/a86cab8d4259f29af86aa6063b721e47827fb949
Stats:     3 lines in 3 files changed: 1 ins; 0 del; 2 mod

8236136: tests which use CompilationMode shouldn't be run w/ TieredStopAtLevel

Reviewed-by: neliasso, kvn, thartmann

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

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


More information about the hotspot-compiler-dev mailing list