RFR: 8236136: tests which use CompilationMode shouldn't be run w/ TieredStopAtLevel [v2]
TheShermanTanker
duke at openjdk.java.net
Mon Feb 14 12:23:57 UTC 2022
> 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)
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
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7451/files
- new: https://git.openjdk.java.net/jdk/pull/7451/files/1428c12d..667cd20b
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7451&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7451&range=00-01
Stats: 1811 lines in 113 files changed: 1020 ins; 467 del; 324 mod
Patch: https://git.openjdk.java.net/jdk/pull/7451.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7451/head:pull/7451
PR: https://git.openjdk.java.net/jdk/pull/7451
More information about the hotspot-compiler-dev
mailing list