8294839: Disable StressLongCountedLoop in compiler/loopopts/TestRemoveEmptyLoop.java

Reviewed-by: thartmann, chagedorn
This commit is contained in:
Emanuel Peter 2022-10-06 10:40:11 +00:00
parent 2ceebf681f
commit 73f06468ae

@ -28,6 +28,7 @@
* @summary Unexpected test result caused by C2 IdealLoopTree::do_remove_empty_loop
*
* @run main/othervm -XX:-TieredCompilation -XX:-BackgroundCompilation
* -XX:StressLongCountedLoop=0
* compiler.loopopts.TestRemoveEmptyLoop
*/