Re: [OpenJDK 2D-Dev] RFR: 8178457: Remove link to 2D guide from Line2D javadoc

2017-04-12 Thread Phil Race
i.e, this change instead : --- a/src/java.desktop/share/classes/java/awt/geom/Line2D.java +++ b/src/java.desktop/share/classes/java/awt/geom/Line2D.java @@ -31,12 +31,7 @@ /** * This {@code Line2D} represents a line segment in {@code (x,y)} - * coordinate space. This class, like all of the

[OpenJDK 2D-Dev] RFR: 6479801: java.awt.font.LineBreakMeasurer code incorrect

2017-04-12 Thread Phil Race
Some tidying up of a code snippet example Bug : https://bugs.openjdk.java.net/browse/JDK-6479801 Webrev : http://cr.openjdk.java.net/~prr/6479801/ -phil.

Re: [OpenJDK 2D-Dev] JDK-8178091 : Bug I will workin on

2017-04-12 Thread Sergey Bylokhov
(CC) 2d-dev If some of these options helps then most probably the bug is in the Java2D pipeline(XRender?) and looks like this is duplicate of: https://bugs.openjdk.java.net/browse/JDK-8068529 > > OK , > So I did severals tests with theses opt

Re: [OpenJDK 2D-Dev] RFR: 8178457: Remove link to 2D guide from Line2D javadoc

2017-04-12 Thread Jim Graham
That seems fine... ...jim On 4/12/17 12:42 PM, Phil Race wrote: i.e, this change instead : --- a/src/java.desktop/share/classes/java/awt/geom/Line2D.java +++ b/src/java.desktop/share/classes/java/awt/geom/Line2D.java @@ -31,12 +31,7 @@ /** * This {@code Line2D} rep