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.