RFR: 8302146: Move TestOverloadCompileQueues.java to tier3

Emanuel Peter epeter at openjdk.org
Fri Feb 17 16:13:51 UTC 2023


This test is expected to run long, as it has to fill the compile queue. But it does not need to run at a low tier. We just want to run it occasionally.

Moved it to `tier3`, by adding it to `hotspot_slow_compiler`, which is excluded from `tier1` and `tier2`.

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

Commit messages:
 - 8302146: Move TestOverloadCompileQueues.java to tier3

Changes: https://git.openjdk.org/jdk/pull/12617/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12617&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8302146
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/12617.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12617/head:pull/12617

PR: https://git.openjdk.org/jdk/pull/12617


More information about the hotspot-dev mailing list