I never saw the original fix on this, but I don't think it is supported
to modify clipRegion directly like that since it is a field that is kept
in synch with other fields. This fix has an extremely high potential to
cause maintenance problems in the future if the bookkeeping on these
related fields is ever changed.
I imagine this code change does cure the symptom, but it breaks our
internal encapsulation and so it is a risky fix...
...jim
On 5/31/13 10:20 AM, Andrew Brygin wrote:
Hello Phil, and Vadim,
could you please review a backport of the fix for CR 8015606?
Bug: http://bugs.sun.com/view_bug.do?bug_id=8015606
Webrev: http://cr.openjdk.java.net/~bae/8015606/7u/webrev/
The change is exactly same as for jdk8.
Please take a look.
Thanks,
Andrew.