8295005: compiler/loopopts/TestRemoveEmptyLoop.java fails with release VMs after JDK-8294839

Reviewed-by: chagedorn, epeter
This commit is contained in:
Jie Fu 2022-10-10 07:06:51 +00:00
parent 8a148bc960
commit 6ed74ef654

View File

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