mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 09:04:41 +02:00
8269129: Multiple tier1 tests in hotspot/jtreg/compiler are failing for client VMs
Reviewed-by: kvn, iveresov
This commit is contained in:
parent
51a1299b68
commit
561a3a5077
6 changed files with 22 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue