[jfx22u] RFR: 8324233: Update JPEG Image Decoding Software to 9f

2024-02-29 Thread Jayathirth D V
This is 22u backport for updating libjpeg version to 9f. Original bug : https://bugs.openjdk.org/browse/JDK-8324233 - Commit messages: - Backport b99eb45828317e4c195b46eb0c9371d4645f2c6c Changes: https://git.openjdk.org/jfx22u/pull/15/files Webrev: https://webrevs.openjdk.org/?repo

Re: RFR: 8324233: Update JPEG Image Decoding Software to 9f [v3]

2024-02-29 Thread Kevin Rushforth
On Thu, 29 Feb 2024 09:28:04 GMT, Jayathirth D V wrote: >> IJG has released latest version of libjpeg 9f and we need to update our >> version also match 9f changes. >> IJG reference : https://www.ijg.org/ >> >> With updated changes both headless and headful tests are green on all >> platforms.

Re: RFR: 8324233: Update JPEG Image Decoding Software to 9f [v3]

2024-02-29 Thread Ambarish Rapte
On Thu, 29 Feb 2024 09:28:04 GMT, Jayathirth D V wrote: >> IJG has released latest version of libjpeg 9f and we need to update our >> version also match 9f changes. >> IJG reference : https://www.ijg.org/ >> >> With updated changes both headless and headful tests are green on all >> platforms.

Re: RFR: 8324233: Update JPEG Image Decoding Software to 9f [v2]

2024-02-29 Thread Jayathirth D V
On Thu, 29 Feb 2024 06:21:34 GMT, Ambarish Rapte wrote: >> Jayathirth D V has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update > > modules/javafx.graphics/src/main/native-iio/libjpeg/UPDATING.txt line 12: > >> 10: 3) OpenJFX imports o

Re: RFR: 8324233: Update JPEG Image Decoding Software to 9f [v3]

2024-02-29 Thread Jayathirth D V
> IJG has released latest version of libjpeg 9f and we need to update our > version also match 9f changes. > IJG reference : https://www.ijg.org/ > > With updated changes both headless and headful tests are green on all > platforms. > > Also while updating to 9f noticed that many files don't ha

Re: RFR: 8324233: Update JPEG Image Decoding Software to 9f [v2]

2024-02-29 Thread Ambarish Rapte
On Wed, 28 Feb 2024 05:19:06 GMT, Jayathirth D V wrote: >> IJG has released latest version of libjpeg 9f and we need to update our >> version also match 9f changes. >> IJG reference : https://www.ijg.org/ >> >> With updated changes both headless and headful tests are green on all >> platforms.

Re: RFR: 8324233: Update JPEG Image Decoding Software to 9f [v2]

2024-02-28 Thread Kevin Rushforth
On Wed, 28 Feb 2024 05:19:06 GMT, Jayathirth D V wrote: >> IJG has released latest version of libjpeg 9f and we need to update our >> version also match 9f changes. >> IJG reference : https://www.ijg.org/ >> >> With updated changes both headless and headful tests are green on all >> platforms.

Re: RFR: 8324233: Update JPEG Image Decoding Software to 9f [v2]

2024-02-27 Thread Jayathirth D V
> IJG has released latest version of libjpeg 9f and we need to update our > version also match 9f changes. > IJG reference : https://www.ijg.org/ > > With updated changes both headless and headful tests are green on all > platforms. > > Also while updating to 9f noticed that many files don't ha

RFR: 8324233: Update JPEG Image Decoding Software to 9f

2024-02-19 Thread Jayathirth D V
IJG has released latest version of libjpeg 9f and we need to update our version also match 9f changes. IJG reference : https://www.ijg.org/ With updated changes both headless and headful tests are green on all platforms. Also while updating to 9f noticed that many files don't have latest copyrig