RFR (T) 8230813: Add JDK-8010500 to compiler/loopopts/superword/TestFuzzPreLoop.java bug list

Zhengyu Gu zgu at redhat.com
Tue Sep 10 17:59:31 UTC 2019


Yes, it is trivial.

-Zhengyu

On 9/10/19 1:58 PM, Aleksey Shipilev wrote:
> And trivial, right? If so, I am going to push soon.
> 
> -Aleksey
> 
> On 9/10/19 7:06 PM, Zhengyu Gu wrote:
>> Looks good.
>>
>> -Zhengyu
>>
>> On 9/10/19 12:55 PM, Aleksey Shipilev wrote:
>>> 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
>>>
> 
> 


More information about the hotspot-compiler-dev mailing list