8269129: Multiple tier1 tests in hotspot/jtreg/compiler are failing for client VMs

Reviewed-by: kvn, iveresov
This commit is contained in:
Christoph Göttschkes 2021-06-27 13:12:51 +00:00 committed by Igor Veresov
parent 51a1299b68
commit 561a3a5077
6 changed files with 22 additions and 4 deletions

View file

@ -25,7 +25,10 @@
* @test
* @bug 8260716
* @summary Test for correct code generation by the JIT
* @run main/othervm -Xbatch -XX:CompileCommand=compileonly,*ClearArrayTest.test -XX:+UnlockDiagnosticVMOptions -XX:-IdealizeClearArrayNode compiler.codegen.ClearArrayTest
* @run main/othervm -Xbatch -XX:CompileCommand=compileonly,*ClearArrayTest.test
* -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:-IdealizeClearArrayNode
* compiler.codegen.ClearArrayTest
*/
package compiler.codegen;