You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2007/08/28 11:39:30 UTC

[jira] Assigned: (HARMONY-4679) [startup] java.net.URL implementation without regex classes loading

     [ https://issues.apache.org/jira/browse/HARMONY-4679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison reassigned HARMONY-4679:
------------------------------------

    Assignee: Tim Ellison

> [startup] java.net.URL implementation without regex classes loading
> -------------------------------------------------------------------
>
>                 Key: HARMONY-4679
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4679
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Naumova Natalya 
>            Assignee: Tim Ellison
>         Attachments: java.net.URL.without.regex.patch
>
>
> When any class loads java.net.URL is used. However it loads ~60 classes from regex.jar. We can avoid this to re-write using of java.lang.String.matches method in net.URL, by using indexOf and substring instead of. Then no regex classes are loaded during the startup. Speedup on HelloWorld is ~7%.

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