You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/10/18 06:55:50 UTC

[jira] Created: (HARMONY-4964) [drlvm][build] extra copy of zlib in drlvm

[drlvm][build] extra copy of zlib in drlvm
------------------------------------------

                 Key: HARMONY-4964
                 URL: https://issues.apache.org/jira/browse/HARMONY-4964
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Alexey Varlamov
            Priority: Minor


Classlib already provides zlib.dll as a part of archive module, so DRLVM should reuse that zlib instance instead of adding own copy.

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


[jira] Updated: (HARMONY-4964) [drlvm][build] extra copy of zlib in drlvm

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov updated HARMONY-4964:
-------------------------------------

    Issue Type: Improvement  (was: Bug)

> [drlvm][build] extra copy of zlib in drlvm
> ------------------------------------------
>
>                 Key: HARMONY-4964
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4964
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Alexey Varlamov
>            Priority: Minor
>
> Classlib already provides zlib.dll as a part of archive module, so DRLVM should reuse that zlib instance instead of adding own copy.

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


[jira] Commented: (HARMONY-4964) [drlvm][build] extra copy of zlib in drlvm

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536150 ] 

Alexey Varlamov commented on HARMONY-4964:
------------------------------------------

Um, this is not a bug rather improvement. The (hidden) background is HARMONY-4973, to avoid using different versions of C runtime and possible dll collisions. Make it consistent, in other word :)
Surely one can leave handling zlib as optional build feture which is off by default.

> [drlvm][build] extra copy of zlib in drlvm
> ------------------------------------------
>
>                 Key: HARMONY-4964
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4964
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Alexey Varlamov
>            Priority: Minor
>
> Classlib already provides zlib.dll as a part of archive module, so DRLVM should reuse that zlib instance instead of adding own copy.

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


[jira] Commented: (HARMONY-4964) [drlvm][build] extra copy of zlib in drlvm

Posted by "Vladimir Beliaev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536128 ] 

Vladimir Beliaev commented on HARMONY-4964:
-------------------------------------------

H-m-m, does it mean that we restric DRLVM working with those CLASSLIBs which provides zlib.dll? (I thought and only interface between Classlib and VM is Kernel Classes + VMI)? 

> [drlvm][build] extra copy of zlib in drlvm
> ------------------------------------------
>
>                 Key: HARMONY-4964
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4964
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alexey Varlamov
>            Priority: Minor
>
> Classlib already provides zlib.dll as a part of archive module, so DRLVM should reuse that zlib instance instead of adding own copy.

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