You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Salikh Zakirov (JIRA)" <ji...@apache.org> on 2006/07/31 18:41:13 UTC

[jira] Created: (HARMONY-1016) Make interned strings garbage collectable

Make interned strings garbage collectable
-----------------------------------------

                 Key: HARMONY-1016
                 URL: http://issues.apache.org/jira/browse/HARMONY-1016
             Project: Harmony
          Issue Type: Improvement
          Components: DRLVM
         Environment: Windows/ia32
            Reporter: Salikh Zakirov
            Priority: Minor


Current implementation of interned strings is relying on a native string pool,
which 1) keeps the strong references to strings,  2) keeps a utf-8 encoded string copy

The attached patches provide pure-java implementation of interned string pool,
and leave the native string pool with only caching purposes for constant pool strings
(string literals).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-1016) Make interned strings garbage collectable

Posted by "weldon washburn (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1016?page=all ]

weldon washburn reassigned HARMONY-1016:
----------------------------------------

    Assignee: weldon washburn

> Make interned strings garbage collectable
> -----------------------------------------
>
>                 Key: HARMONY-1016
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1016
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: Windows/ia32
>            Reporter: Salikh Zakirov
>         Assigned To: weldon washburn
>            Priority: Minor
>         Attachments: 0001-Do-not-compress-interned-string-pointers.patch, 0002-Pure-java-string-intern.patch, 0003-optimized-weak-map-implementation-InternMap.patch
>
>
> Current implementation of interned strings is relying on a native string pool,
> which 1) keeps the strong references to strings,  2) keeps a utf-8 encoded string copy
> The attached patches provide pure-java implementation of interned string pool,
> and leave the native string pool with only caching purposes for constant pool strings
> (string literals).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1016) Make interned strings garbage collectable

Posted by "Salikh Zakirov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1016?page=all ]

Salikh Zakirov updated HARMONY-1016:
------------------------------------

    Attachment: 0002-Pure-java-string-intern.patch

> Make interned strings garbage collectable
> -----------------------------------------
>
>                 Key: HARMONY-1016
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1016
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: Windows/ia32
>            Reporter: Salikh Zakirov
>            Priority: Minor
>         Attachments: 0001-Do-not-compress-interned-string-pointers.patch, 0002-Pure-java-string-intern.patch, 0003-optimized-weak-map-implementation-InternMap.patch
>
>
> Current implementation of interned strings is relying on a native string pool,
> which 1) keeps the strong references to strings,  2) keeps a utf-8 encoded string copy
> The attached patches provide pure-java implementation of interned string pool,
> and leave the native string pool with only caching purposes for constant pool strings
> (string literals).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1016) Make interned strings garbage collectable

Posted by "Salikh Zakirov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1016?page=all ]

Salikh Zakirov updated HARMONY-1016:
------------------------------------

    Attachment: 0003-optimized-weak-map-implementation-InternMap.patch

> Make interned strings garbage collectable
> -----------------------------------------
>
>                 Key: HARMONY-1016
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1016
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: Windows/ia32
>            Reporter: Salikh Zakirov
>            Priority: Minor
>         Attachments: 0001-Do-not-compress-interned-string-pointers.patch, 0002-Pure-java-string-intern.patch, 0003-optimized-weak-map-implementation-InternMap.patch
>
>
> Current implementation of interned strings is relying on a native string pool,
> which 1) keeps the strong references to strings,  2) keeps a utf-8 encoded string copy
> The attached patches provide pure-java implementation of interned string pool,
> and leave the native string pool with only caching purposes for constant pool strings
> (string literals).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1016) Make interned strings garbage collectable

Posted by "Salikh Zakirov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1016?page=all ]

Salikh Zakirov updated HARMONY-1016:
------------------------------------

    Attachment: 0001-Do-not-compress-interned-string-pointers.patch

> Make interned strings garbage collectable
> -----------------------------------------
>
>                 Key: HARMONY-1016
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1016
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: Windows/ia32
>            Reporter: Salikh Zakirov
>            Priority: Minor
>         Attachments: 0001-Do-not-compress-interned-string-pointers.patch, 0002-Pure-java-string-intern.patch, 0003-optimized-weak-map-implementation-InternMap.patch
>
>
> Current implementation of interned strings is relying on a native string pool,
> which 1) keeps the strong references to strings,  2) keeps a utf-8 encoded string copy
> The attached patches provide pure-java implementation of interned string pool,
> and leave the native string pool with only caching purposes for constant pool strings
> (string literals).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira