Question on backporting JDK-8169739
    David Holmes 
    david.holmes at oracle.com
       
    Thu Feb 29 05:21:24 UTC 2024
    
    
  
On 28/02/2024 4:49 pm, johnsjiang(江莎) wrote:
> Hi,
> I want to backport JDK-8169739 [1] to OpenJDK 8u, but find the associated
> commit [2] contains the changes for multiple issues, including JDK-8143577,
> JDK-8169679, JDK-8167202, JDK-8164793, JDK-8169739 and JDK-8169738.
> 
> Do I have to backport all the issues in a batch?
> Any suggestion?
Just FYI but back then java.util.concurrent updates were always done in 
bulk, so backporting specific point fixes can be very tricky. See:
https://mail.openjdk.org/pipermail/core-libs-dev/2016-November/044749.html
for this case.
David
-----
> Thanks!
> 
> John Jiang
> 
> [1] https://bugs.openjdk.org/browse/JDK-8169739 
> <https://bugs.openjdk.org/browse/JDK-8169739>
> [2] 
> https://github.com/openjdk/jdk/commit/3d0d86185e189b84e4ee2802314e1596ad66a779 <https://github.com/openjdk/jdk/commit/3d0d86185e189b84e4ee2802314e1596ad66a779>
    
    
More information about the jdk8u-dev
mailing list