RFR (S) 8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check
Leo Korinth
leo.korinth at oracle.com
Thu Jan 10 13:44:44 UTC 2019
Hi Aleksey and Jesper,
On 09/01/2019 16:09, Aleksey Shipilev wrote:
> On 1/7/19 7:19 PM, Aleksey Shipilev wrote:
>> Bug:
>> https://bugs.openjdk.java.net/browse/JDK-8215724
>>
>> Fix:
>> http://cr.openjdk.java.net/~shade/8215724/webrev.01/
>
> Ugh. I haven't noticed the bug has "Fix Version: 12", and I pushed the fix to jdk/jdk. Which created
> the "backport to 13". What should I do at this point? Should I also push the fix to jdk/jdk12 now?
> Would that cause duplicate bug ids when jdk/jdk12 -> jdk/jdk merge happens?
I believe that when you checked in 8215724 on 13, the system thought you
fixed 12. In the process it created a "backport" bug (8216425) to 13
(actually forward merge, bad naming), when the bug was created it could
see that it was already fixed in 13, and the 8216425 was directly resolved.
I hope my description is kind of right. I guess that if you apply the
fix to 12, 8215724 will be resolved as well. I will CC this mail to
Jesper so that he will not be surprised when doing the merge of bug
fixes to 13.
Also, Could you arrange so that the fix is incorporated into 11.
Thanks, Leo
>
> Alternatively, I can wait for 12u to fork to jdk-updates/jdk12u and do the proper backport.
>
> -Aleksey
>
>
More information about the hotspot-gc-dev
mailing list