You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Naumova Natalya (JIRA)" <ji...@apache.org> on 2007/12/10 14:08:43 UTC

[jira] Updated: (HARMONY-5284) classloading - lookup for methods and fields

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

Naumova Natalya  updated HARMONY-5284:
--------------------------------------

    Description: 
It's for better lookup procedures for methods and fileds resolving; moving Class.getMethod to JNI :
There was just linear search for lookup methods and fileds in DRLVM, so using hash for lookup improves the performance on startup.
        Summary: classloading - lookup for methods and fields  (was: uncompressed jar files)

> classloading - lookup for methods and fields
> --------------------------------------------
>
>                 Key: HARMONY-5284
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5284
>             Project: Harmony
>          Issue Type: Sub-task
>            Reporter: Naumova Natalya 
>
> It's for better lookup procedures for methods and fileds resolving; moving Class.getMethod to JNI :
> There was just linear search for lookup methods and fileds in DRLVM, so using hash for lookup improves the performance on startup.

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