Skip to content

Commit 8370064

Browse files
committed
review
1 parent 1959065 commit 8370064

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/hotspot/jtreg/compiler/arraycopy/TestSunkLoadAntiDependency.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
* @test
2626
* @bug 8341976
2727
* @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
28+
* @run main/othervm -XX:-BackgroundCompilation TestSunkLoadAntiDependency
3029
*/
3130

3231
public class TestSunkLoadAntiDependency {

0 commit comments

Comments
 (0)