Re: RFR: 8349925: [REDO] Support static JDK in libfontmanager/freetypeScaler.c

2025-02-12 Thread Jiangli Zhou
On Wed, 12 Feb 2025 21:57:13 GMT, Phil Race wrote: > The build tasks all succeeded (well, there's a not-relevant windows installer > one still in progress, so never mind about that). Thanks again, @prrace! I'll integrate tomorrow early morning. - PR Comment: https://git.openjdk.or

Re: RFR: 8349925: [REDO] Support static JDK in libfontmanager/freetypeScaler.c

2025-02-12 Thread Jiangli Zhou
On Wed, 12 Feb 2025 21:03:02 GMT, Phil Race wrote: > It might be prudent this time to put this through the Oracle internal build > system. Not just GHA. I'll submit a build shortly. Thank you, @prrace! - PR Comment: https://git.openjdk.org/jdk/pull/23600#issuecomment-2654882500

Re: RFR: 8349925: [REDO] Support static JDK in libfontmanager/freetypeScaler.c

2025-02-12 Thread Phil Race
On Wed, 12 Feb 2025 20:19:08 GMT, Jiangli Zhou wrote: > Please help review this change. The current version calls `FT_Property_Set` > using the function address returned from `dlsym` for the static case as well. > This is to avoid build issue on build system using older `libfreetype` that > do