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