Re: [OpenJDK 2D-Dev] RFR: 8255387: Japanese characters were printed upside down on AIX [v4]

2020-12-09 Thread Sergey Bylokhov
On Mon, 7 Dec 2020 07:32:30 GMT, Toshio Nakamura wrote: >> Hi, >> >> Could you review this fix? Under some special conditions, non-English >> characters were printed upside down. >> >> At printing with raster image, the image was generated from bottom to top. >> So, each characters should als

Re: [OpenJDK 2D-Dev] RFR: 8255387: Japanese characters were printed upside down on AIX

2020-12-09 Thread Victor Dyakov
On Mon, 16 Nov 2020 09:09:50 GMT, Toshio Nakamura wrote: > Hi, > > Could you review this fix? Under some special conditions, non-English > characters were printed upside down. > > At printing with raster image, the image was generated from bottom to top. > So, each characters should also be d

Re: [OpenJDK 2D-Dev] RFR: 8251854: [macosx] Java forces the use of discrete GPU

2020-12-09 Thread Victor Dyakov
On Tue, 17 Nov 2020 18:55:51 GMT, Sergey Bylokhov wrote: >> I ran a 3D lighting test that is designed to be a GPU stress test. It's a >> worst case, to be sure, but it take 10 times as long to render with the >> integrated GPU as it does with the discrete GPU: >> >> **attenuation.LightingSampl

[OpenJDK 2D-Dev] RFR: 8256888: Client manual test problem list update

2020-12-09 Thread Phil Race
Update the problem list. - Commit messages: - 8256888: Client manual test problem list update Changes: https://git.openjdk.java.net/jdk/pull/1396/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1396&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8256888 St

Re: [OpenJDK 2D-Dev] RFR: 8254024: Enhance native libs for AWT and Swing to work with GraalVM Native Image

2020-12-09 Thread Andrii Rodionov
On Wed, 9 Dec 2020 01:26:08 GMT, Phil Race wrote: >> No, we produce only one image. The headless/non-headless mode is defined by >> the system property `-Djava.awt.headless=...`. >> Here is a command example for native image generation: >> `$ ~/graalvm-ce-java11-21.0.0-dev/bin/native-image >> -

Re: [OpenJDK 2D-Dev] RFR: 8256888: Client manual test problem list update

2020-12-09 Thread Sergey Bylokhov
On Mon, 23 Nov 2020 17:56:03 GMT, Phil Race wrote: > Update the problem list. test/jdk/ProblemList.txt line 877: > 875: javax/swing/JTabbedPane/4666224/bug4666224.html 8144124 macosx-all > 876: java/awt/event/MouseEvent/AltGraphModifierTest/AltGraphModifierTest.java > 8162380 generic-all > 87

Re: [OpenJDK 2D-Dev] RFR: 8255387: Japanese characters were printed upside down on AIX [v4]

2020-12-09 Thread Toshio Nakamura
On Wed, 9 Dec 2020 09:16:41 GMT, Sergey Bylokhov wrote: >> Toshio Nakamura has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Revise the test to compare center of gravity > > An updated test works fine. @mrserb @prrace Thank you so much f

[OpenJDK 2D-Dev] Integrated: 8255387: Japanese characters were printed upside down on AIX

2020-12-09 Thread Toshio Nakamura
On Mon, 16 Nov 2020 09:09:50 GMT, Toshio Nakamura wrote: > Hi, > > Could you review this fix? Under some special conditions, non-English > characters were printed upside down. > > At printing with raster image, the image was generated from bottom to top. > So, each characters should also be d

Re: [OpenJDK 2D-Dev] RFR: 8256888: Client manual test problem list update [v2]

2020-12-09 Thread Phil Race
> Update the problem list. Phil Race has updated the pull request incrementally with one additional commit since the last revision: 8256888: Client manual test problem list update - Changes: - all: https://git.openjdk.java.net/jdk/pull/1396/files - new: https://git.openjdk.ja

Re: [OpenJDK 2D-Dev] RFR: 8256888: Client manual test problem list update

2020-12-09 Thread Phil Race
On Mon, 23 Nov 2020 17:56:03 GMT, Phil Race wrote: > Update the problem list. I've removed the references to Solaris and the reference to Linux that was not needed. - PR: https://git.openjdk.java.net/jdk/pull/1396

Re: [OpenJDK 2D-Dev] RFR: 8257733: Move module-specific data from make to respective module [v2]

2020-12-09 Thread Weijun Wang
On Mon, 7 Dec 2020 14:27:45 GMT, Magnus Ihse Bursie wrote: >> A lot (but not all) of the data in make/data is tied to a specific module. >> For instance, the publicsuffixlist is used by java.base, and fontconfig by >> java.desktop. (A few directories, like mainmanifest, is *actually* used by >

Re: [OpenJDK 2D-Dev] RFR: 8256888: Client manual test problem list update [v2]

2020-12-09 Thread Sergey Bylokhov
On Thu, 10 Dec 2020 00:37:46 GMT, Phil Race wrote: >> Update the problem list. > > Phil Race has updated the pull request incrementally with one additional > commit since the last revision: > > 8256888: Client manual test problem list update Marked as reviewed by serb (Reviewer). --

[OpenJDK 2D-Dev] Integrated: 8256888: Client manual test problem list update

2020-12-09 Thread Phil Race
On Mon, 23 Nov 2020 17:56:03 GMT, Phil Race wrote: > Update the problem list. This pull request has now been integrated. Changeset: f631a990 Author:Phil Race URL: https://git.openjdk.java.net/jdk/commit/f631a990 Stats: 6 lines in 1 file changed: 6 ins; 0 del; 0 mod 8256888: Clie