RFR(T) : 8226795 : compiler/tiered/Level2RecompilationTest.java fails when XX:TieredStopAtLevel=1/2/3 is set

Igor Ignatyev igor.ignatyev at oracle.com
Tue Nov 12 23:24:38 UTC 2019


http://cr.openjdk.java.net/~iignatyev//8226795/webrev.00/index.html
> 13 lines changed: 12 ins; 0 del; 1 mod; 

Hi all,

could you please review this small and trivial patch which adds @requires to exclude Level2RecompilationTest, OSRFailureLevel4Test, and TestTypeProfiling tests from execution w/ non default values of TieredStopAtLevel?
the tests expect to have tiered compilation enabled and level 4 compiler available, so they can't be run w/ TieredStopAtLevel < 4.

webrev: http://cr.openjdk.java.net/~iignatyev//8226795/webrev.00/index.html
JBS: https://bugs.openjdk.java.net/browse/JDK-8226795
testing: verified that changed tests are run w/o TieredStopAtLevel, w/ TieredStopAtLevel=4 and aren't run w/ TieredStopAtLevel != 4

Thanks,
-- Igor



More information about the hotspot-compiler-dev mailing list