Hiroshi Yamauchi wrote:
Aha. Can someone point me to the Mercurial changeset URL of the patch?
I'd like to use the existing patch.
As per earlier Phil's email which pointed to this post:
http://mail.openjdk.java.net/pipermail/2d-dev/2009-January/000651.html
the revision is
http://hg.openjdk.java.net/jdk7/2d/jdk/rev/65cada5a8497
Dmitri
Thanks!
On Wed, Feb 18, 2009 at 9:17 AM, Phil Race <[email protected]> wrote:
Yes, its the same bug. http://bugs.sun.com/view_bug.do?bug_id=6793344
Its fixed in the 2D repo on openjdk, but isn't yet integrated into jdk7
master.
-phil.
Omair Majid wrote:
Mark Wielaard wrote:
Hi Hiroshi,
On Tue, 2009-02-17 at 16:04 -0800, Hiroshi Yamauchi wrote:
I think I found a bug in the dashed line rendering (i.e., an
incompatibility with Sun JDK) and a fix with a test.
The problem was the difference in the interpretation of the float
array which defines the pattern of dashed lines.
I confirmed that this bug exists in openjdk6 b11 and openjdk7 b47.
You might have found the same issue that Omair tried to fix a while ago:
http://mail.openjdk.java.net/pipermail/2d-dev/2009-January/000620.html
I thought that patch did go in recently, but the thread seems
inconclusive about whether or not someone reviewed it.
Jennifer Godinez was kind enough to review the patch and write up a jtreg
test for it.
Cheers,
Omair