RFR (T) 8230813: Add JDK-8010500 to compiler/loopopts/superword/TestFuzzPreLoop.java bug list
Aleksey Shipilev
shade at redhat.com
Tue Sep 10 16:55:06 UTC 2019
Testbug:
https://bugs.openjdk.java.net/browse/JDK-8230813
JDK-8230238 added new test. While backporting it to other releases I noticed it also fixes the
failure fixed by JDK-8010500. It should be added to @bug line.
Fix:
diff -r 6488adc963b8 test/hotspot/jtreg/compiler/loopopts/superword/TestFuzzPreLoop.java
--- a/test/hotspot/jtreg/compiler/loopopts/superword/TestFuzzPreLoop.java Tue Sep 10 09:12:08
2019 -0700
+++ b/test/hotspot/jtreg/compiler/loopopts/superword/TestFuzzPreLoop.java Tue Sep 10 18:53:53
2019 +0200
@@ -24,5 +24,5 @@
/*
* @test
- * @bug 8134739
+ * @bug 8134739 8010500
* @summary SEGV in SuperWord::get_pre_loop_end
* @run main/othervm compiler.loopopts.superword.TestFuzzPreLoop
Testing: affected test, nothing else
--
Thanks,
-Aleksey
More information about the hotspot-compiler-dev
mailing list