You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2008/01/13 08:57:34 UTC

[jira] Commented: (HARMONY-5338) [classlib][awt] Performance improvement for XGraphics2D

    [ https://issues.apache.org/jira/browse/HARMONY-5338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558362#action_12558362 ] 

Mark Hindess commented on HARMONY-5338:
---------------------------------------

I get UnsatisfiedLinkError running some swing code now because XSetClipMask is undefined while loading libgl.so.  This library should be linked against X11 libraries now so I've checked in a fix that works for me as r611545.


> [classlib][awt] Performance improvement for XGraphics2D
> -------------------------------------------------------
>
>                 Key: HARMONY-5338
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5338
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Linux
>            Reporter: Igor V. Stolyarov
>            Assignee: Andrey Pavlenko
>         Attachments: DrawRectTest.java, FillRectTest.java, perf.patch
>
>
> I would like suggest performance improvement for XGrraphics2D. I've altered XGraphics2D's draw and fill methods with using JNI calls instead using X11Wrapper. It gives significant boost, for example: up to 5 times on drawRect and up to 10 times on fillRect operations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.