Re: RFR: 8296905: Replace the native LCMS#getProfileID() method with the accessor [v3]

2022-11-28 Thread Phil Race
On Fri, 25 Nov 2022 01:34:26 GMT, Sergey Bylokhov wrote: >> The native method used to access the private method in the `ICC_Profile` >> class is replaced by the accessor. > > Sergey Bylokhov has updated the pull request with a new target base due to a > merge or a rebase. The incremental

Re: RFR: 8296905: Replace the native LCMS#getProfileID() method with the accessor [v3]

2022-11-24 Thread Sergey Bylokhov
On Fri, 25 Nov 2022 02:21:09 GMT, SWinxy wrote: >> Sergey Bylokhov has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains four additional >> commits

Re: RFR: 8296905: Replace the native LCMS#getProfileID() method with the accessor [v3]

2022-11-24 Thread SWinxy
On Fri, 25 Nov 2022 01:34:26 GMT, Sergey Bylokhov wrote: >> The native method used to access the private method in the `ICC_Profile` >> class is replaced by the accessor. > > Sergey Bylokhov has updated the pull request with a new target base due to a > merge or a rebase. The incremental

Re: RFR: 8296905: Replace the native LCMS#getProfileID() method with the accessor [v3]

2022-11-24 Thread Sergey Bylokhov
> The native method used to access the private method in the `ICC_Profile` > class is replaced by the accessor. Sergey Bylokhov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase.

Re: RFR: 8296905: Replace the native LCMS#getProfileID() method with the accessor [v2]

2022-11-19 Thread Sergey Bylokhov
On Mon, 14 Nov 2022 08:03:40 GMT, Sergey Bylokhov wrote: >> src/java.desktop/share/classes/sun/awt/AWTAccessor.java line 891: >> >>> 889: */ >>> 890: public static ICC_ProfileAccessor getICC_ProfileAccessor() { >>> 891: if (iccProfileAccessor == null) { >> >> For

Re: RFR: 8296905: Replace the native LCMS#getProfileID() method with the accessor [v2]

2022-11-19 Thread Sergey Bylokhov
> The native method used to access the private method in the `ICC_Profile` > class is replaced by the accessor. Sergey Bylokhov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase.

Re: RFR: 8296905: Replace the native LCMS#getProfileID() method with the accessor

2022-11-14 Thread Sergey Bylokhov
On Sat, 12 Nov 2022 09:18:57 GMT, Andrey Turbanov wrote: >> The native method used to access the private method in the `ICC_Profile` >> class is replaced by the accessor. > > src/java.desktop/share/classes/sun/awt/AWTAccessor.java line 891: > >> 889: */ >> 890: public static

Re: RFR: 8296905: Replace the native LCMS#getProfileID() method with the accessor

2022-11-12 Thread Andrey Turbanov
On Sat, 12 Nov 2022 04:13:52 GMT, Sergey Bylokhov wrote: > The native method used to access the private method in the `ICC_Profile` > class is replaced by the accessor. src/java.desktop/share/classes/sun/awt/AWTAccessor.java line 891: > 889: */ > 890: public static

RFR: 8296905: Replace the native LCMS#getProfileID() method with the accessor

2022-11-11 Thread Sergey Bylokhov
The native method used to access the private method in the `ICC_Profile` class is replaced by the accessor. - Commit messages: - 8296905: Replace the native LCMS#getProfileID() method with the accessor Changes: https://git.openjdk.org/jdk/pull/6/files Webrev: