Re: [OpenJDK 2D-Dev] RFR: 8232154: Update Mesa 3-D Headers to version 19.2.1

2019-10-30 Thread Kevin Rushforth
Updated .md file looks fine. +1 -- Kevin On 10/30/2019 1:31 PM, Phil Race wrote: Minor update : http://cr.openjdk.java.net/~prr/8232154.1/ Only thing changed is these lines are REMOVED from mesa3.md since I've been told they aren't important to have there .. 7 License / Copyright

Re: [OpenJDK 2D-Dev] RFR: 8232154: Update Mesa 3-D Headers to version 19.2.1

2019-10-30 Thread Phil Race
Minor update :  http://cr.openjdk.java.net/~prr/8232154.1/ Only thing changed is these lines are REMOVED from mesa3.md since I've been told they aren't important to have there .. 7 License / Copyright Information 8 The Mesa distribution consists of several components. 9 Different

Re: [OpenJDK 2D-Dev] RFR: 8233097: Fontmetrics for large Fonts has zero width

2019-10-30 Thread Phil Race
PS .. a positive from this is that with this fix the regression test runs about 10X faster than it did with say JDK 13 GA .. due to skipping the redundant images -phil. On 10/30/19 11:05 AM, Phil Race wrote: Bug: https://bugs.openjdk.java.net/browse/JDK-8233097 Webrev:

[OpenJDK 2D-Dev] RFR: 8233097: Fontmetrics for large Fonts has zero width

2019-10-30 Thread Phil Race
Bug: https://bugs.openjdk.java.net/browse/JDK-8233097 Webrev: http://cr.openjdk.java.net/~prr/8233097/ This bug is a regression from a fix in JDK 13.0.1 / 11.0.5 To work around a bug in old versions of freetype we capped the size of the glyph image but overlooked that we may use that code to

Re: [OpenJDK 2D-Dev] RFR: 8221741 ClassCastException happen when fontconfig.properties was used

2019-10-30 Thread Phil Race
Yes probably best if this is reviewed and approved by someone who has access to AIX. I have no idea if the XLFDs are even correct ... -phil. On 10/30/19 8:00 AM, Langer, Christoph wrote: Hi Ichiroh, I'm currently observing a test issue on one of our AIX boxes with that patch in place. Please

Re: [OpenJDK 2D-Dev] RFR: 8221741 ClassCastException happen when fontconfig.properties was used

2019-10-30 Thread Langer, Christoph
Hi Ichiroh, I'm currently observing a test issue on one of our AIX boxes with that patch in place. Please give me some time to have a closer look... Best regards Christoph > -Original Message- > From: 2d-dev <2d-dev-boun...@openjdk.java.net> On Behalf Of Ichiroh > Takiguchi > Sent:

Re: [OpenJDK 2D-Dev] RFR: 8230873 [AIX] GUI app does not work with UTF-8 locale on minimum software requirements

2019-10-30 Thread Langer, Christoph
Hi Ichiroh, I think this one is ready for push (it's AIX only, at least I don't have anything to add). Or, Phil, do you have objections? Best regards Christoph > -Original Message- > From: Ichiroh Takiguchi > Sent: Montag, 28. Oktober 2019 18:23 > To: Langer, Christoph > Cc:

Re: [OpenJDK 2D-Dev] RFR [XS] : 8233202: exclude javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java

2019-10-30 Thread Philip Race
Theoretically we've been going to fix this fragile test for weeks. It tests something important or else I'd ditch it completely .. Prasanta ? -phil. On 10/30/19, 7:14 AM, Langer, Christoph wrote: Hi Matthias, looks good, I definitely second that. Let's wait what 2d folks (Phil?) have to

Re: [OpenJDK 2D-Dev] RFR [XS] : 8233202: exclude javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java

2019-10-30 Thread Langer, Christoph
Hi Matthias, looks good, I definitely second that. Let's wait what 2d folks (Phil?) have to say. Best regards Christoph From: Baesken, Matthias Sent: Mittwoch, 30. Oktober 2019 14:59 To: 2d-dev@openjdk.java.net Cc: Langer, Christoph Subject: RFR [XS] : 8233202: exclude

[OpenJDK 2D-Dev] RFR [XS] : 8233202: exclude javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java

2019-10-30 Thread Baesken, Matthias
Please review the following small change . It excludes javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java ; the test seems to be fragile on various Linux distros , for instance on our Ubuntu 18 . The issues are already described in detail here :