8222292: runtime/exceptionMsgs/ArrayIndexOutOfBoundsException/ArrayIndexOutOfBoundsExceptionTest.java timeout but test passed

Reviewed-by: goetz, lfoltan, kvn
This commit is contained in:
David Holmes 2019-05-09 18:42:07 -04:00
parent 2767374bb7
commit 796775c12a

View File

@ -26,8 +26,14 @@
* @test
* @summary Test extended ArrayIndexOutOfBoundsException message. The
* message lists information about the array and the indexes involved.
* @compile ArrayIndexOutOfBoundsExceptionTest.java
* @comment This will run in 'normal' mode when Graal is not enabled, else
* Graal mode.
* @run testng ArrayIndexOutOfBoundsExceptionTest
*/
/**
* @test
* @requires !vm.graal.enabled
* @comment These test C1 and C2 so make no sense when Graal is enabled.
* @run testng/othervm -Xcomp -XX:-TieredCompilation ArrayIndexOutOfBoundsExceptionTest
* @run testng/othervm -Xcomp -XX:TieredStopAtLevel=1 ArrayIndexOutOfBoundsExceptionTest
*/