https://github.com/openjdk/jdk/blame/master/test/hotspot/jtreg/compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java
Takes about 30sec, that makes it one of the slowest running tests in tier1.
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, a really high tier would be ok. We just want to run it occasionally.
How do we move it to higher tiers? Is there a label we can use, or do we have to exclude it from the group?