We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1959065 commit 8370064Copy full SHA for 8370064
test/hotspot/jtreg/compiler/arraycopy/TestSunkLoadAntiDependency.java
@@ -25,8 +25,7 @@
25
* @test
26
* @bug 8341976
27
* @summary C2: use_mem_state != load->find_exact_control(load->in(0)) assert failure
28
- * @run main/othervm -XX:-TieredCompilation -XX:-BackgroundCompilation -XX:-UseOnStackReplacement
29
- * -XX:CompileOnly=TestSunkLoadAntiDependency::test1 TestSunkLoadAntiDependency
+ * @run main/othervm -XX:-BackgroundCompilation TestSunkLoadAntiDependency
30
*/
31
32
public class TestSunkLoadAntiDependency {
0 commit comments