Re: [OpenJDK 2D-Dev] libfontmanager.so: undefined symbol: hb_font_destroy in openjdk17~14

2021-03-29 Thread mc36
hi, please dont! i got ~15 and the issue is gone! (but answering line by line, who knows) thanks, cs On 3/29/21 6:41 PM, Philip Race wrote: Moving this to the right list. There's lots of missing information in your email. 1) I don't know what a debian sid is. Internet suggests it is some

Re: [OpenJDK 2D-Dev] RFR: 8260931: Implement JEP 382: New macOS Rendering Pipeline [v13]

2021-03-29 Thread Scott Palmer
> On Mar 11, 2021, at 9:53 PM, Sergey Bylokhov wrote: > > On Fri, 12 Mar 2021 02:29:04 GMT, Jayathirth D V wrote: > >>> src/java.desktop/macosx/classes/sun/java2d/metal/MTLSurfaceData.java line >>> 323: >>> 321: * more code just to support a few uncommon cases. 322: */

Re: [OpenJDK 2D-Dev] libfontmanager.so: undefined symbol: hb_font_destroy in openjdk17~14

2021-03-29 Thread Philip Race
On 3/29/21 8:14 PM, mc36 wrote: hi, please dont! i got ~15 and the issue is gone! please don't do what ? (but answering line by line, who knows) thanks, cs Ok. So it looks like you are using some debian build of openjdk and it seems likely it can't find the system libharfbuzz.so since

Re: [OpenJDK 2D-Dev] RFR: 8012229: [lcms] Improve performance of color conversion for images with alpha channel

2021-03-29 Thread Sergey Bylokhov
On Mon, 29 Mar 2021 07:36:35 GMT, Sergey Bylokhov wrote: > The lcms 2.8 version added support for the cmsFLAGS_COPY_ALPHA flag: > https://sourceforge.net/p/lcms/mailman/lcms-user/thread/001c01d1c0f3%2484a7cb30%248df76190%24%40ProDigitalSoftware.com/#msg35143398 > > which supports alpha channel

[OpenJDK 2D-Dev] RFR: 8012229: [lcms] Improve performance of color conversion for images with alpha channel

2021-03-29 Thread Sergey Bylokhov
The lcms 2.8 version added support for the cmsFLAGS_COPY_ALPHA flag: https://sourceforge.net/p/lcms/mailman/lcms-user/thread/001c01d1c0f3%2484a7cb30%248df76190%24%40ProDigitalSoftware.com/#msg35143398 which supports alpha channel transportation For our usage, it means we can use TYPE_4BYTE_ABGR

Re: [OpenJDK 2D-Dev] libfontmanager.so: undefined symbol: hb_font_destroy in openjdk17~14

2021-03-29 Thread Philip Race
Moving this to the right list. There's lots of missing information in your email. 1) I don't know what a debian sid is. Internet suggests it is some upstream dev version Is this reproducible on any shipping distro ? 2) Where exactly did you get the openjdk build 17 ? Was it from

Re: [OpenJDK 2D-Dev] RFR: 8264047: Duplicate global variable 'jvm' in libjavajpeg and libawt

2021-03-29 Thread Severin Gehwolf
On Sat, 27 Mar 2021 01:09:40 GMT, Sergey Bylokhov wrote: >> Probably it will be easy to remove this "jvm" variable in the jpeg library? >> Looks like it is used to call JNU_GetEnv, but the JNIEnv could be accessed >> from the first parameter of the jni method. > >> Probably it will be easy to