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 Petrenko (JIRA)" <ji...@apache.org> on 2006/11/29 17:36:24 UTC

[jira] Created: (HARMONY-2364) [ibm vme] Move threading library for IBM VME to VM direcotry

[ibm vme] Move threading library for IBM VME to VM direcotry
------------------------------------------------------------

                 Key: HARMONY-2364
                 URL: http://issues.apache.org/jira/browse/HARMONY-2364
             Project: Harmony
          Issue Type: Sub-task
          Components: DRLVM, VM
            Reporter: Alexey Petrenko




-- 
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] Commented: (HARMONY-2364) [ibm vme] Remove dependency of IBM VME on hythr library from bin

Posted by "Salikh Zakirov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2364?page=comments#action_12454662 ] 
            
Salikh Zakirov commented on HARMONY-2364:
-----------------------------------------

Isn't it the portlib (i.e. hyprt.dll) that requires hythr.dll?

$ dumpbin /dependents hyprt.dll
...
Dump of file hyprt.dll
  Image has the following dependencies:

    HYTHR.dll
    ...

> [ibm vme] Remove dependency of IBM VME on hythr library from bin
> ----------------------------------------------------------------
>
>                 Key: HARMONY-2364
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2364
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: VM
>            Reporter: Alexey Petrenko
>
> As Tim has mentionrd in the thread [1] IBM VME does not realy use hythr library from bin directory. It uses j9thr library from VM directory instead.
> Nevertheless it tries to load this library.
> This dependency should be removed.
> [1] http://mail-archives.apache.org/mod_mbox/harmony-dev/200611.mbox/%3cc3755b3a0611130203r2ed7fadard81e1613257e2420@mail.gmail.com%3e

-- 
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] Commented: (HARMONY-2364) [ibm vme] Remove dependency of IBM VME on hythr library from bin

Posted by "Alexey Petrenko (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2364?page=comments#action_12454845 ] 
            
Alexey Petrenko commented on HARMONY-2364:
------------------------------------------

Great!

Everything is under our control.

> [ibm vme] Remove dependency of IBM VME on hythr library from bin
> ----------------------------------------------------------------
>
>                 Key: HARMONY-2364
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2364
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: VM
>            Reporter: Alexey Petrenko
>
> As Tim has mentionrd in the thread [1] IBM VME does not realy use hythr library from bin directory. It uses j9thr library from VM directory instead.
> Nevertheless it tries to load this library.
> This dependency should be removed.
> [1] http://mail-archives.apache.org/mod_mbox/harmony-dev/200611.mbox/%3cc3755b3a0611130203r2ed7fadard81e1613257e2420@mail.gmail.com%3e

-- 
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] Commented: (HARMONY-2364) [ibm vme] Remove dependency of IBM VME on hythr library from bin

Posted by "Salikh Zakirov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2364?page=comments#action_12454671 ] 
            
Salikh Zakirov commented on HARMONY-2364:
-----------------------------------------

And the original dependent of hyprt.dll is laucher (java.exe):

$ dumpbin /dependents java.exe
...
  Image has the following dependencies:
    HYPRT.dll
...

Thus, it is not IBM VME to blame, but the launcher and/or hyprt.dll to be fixed to either 
- not depend on hythr.dll
- to pick it up from VME directory

> [ibm vme] Remove dependency of IBM VME on hythr library from bin
> ----------------------------------------------------------------
>
>                 Key: HARMONY-2364
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2364
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: VM
>            Reporter: Alexey Petrenko
>
> As Tim has mentionrd in the thread [1] IBM VME does not realy use hythr library from bin directory. It uses j9thr library from VM directory instead.
> Nevertheless it tries to load this library.
> This dependency should be removed.
> [1] http://mail-archives.apache.org/mod_mbox/harmony-dev/200611.mbox/%3cc3755b3a0611130203r2ed7fadard81e1613257e2420@mail.gmail.com%3e

-- 
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] Commented: (HARMONY-2364) [ibm vme] Remove dependency of IBM VME on hythr library from bin

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

Pavel Pervov commented on HARMONY-2364:
---------------------------------------

Alexey,

should we close this as either INVALID or WONTFIX?

> [ibm vme] Remove dependency of IBM VME on hythr library from bin
> ----------------------------------------------------------------
>
>                 Key: HARMONY-2364
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2364
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: VM
>            Reporter: Alexey Petrenko
>
> As Tim has mentionrd in the thread [1] IBM VME does not realy use hythr library from bin directory. It uses j9thr library from VM directory instead.
> Nevertheless it tries to load this library.
> This dependency should be removed.
> [1] http://mail-archives.apache.org/mod_mbox/harmony-dev/200611.mbox/%3cc3755b3a0611130203r2ed7fadard81e1613257e2420@mail.gmail.com%3e

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


[jira] Updated: (HARMONY-2364) [ibm vme] Remove dependency of IBM VME on hythr library from bin

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

Alexey Petrenko updated HARMONY-2364:
-------------------------------------

        Summary: [ibm vme] Remove dependency of IBM VME on hythr library from bin  (was: [ibm vme] Move threading library for IBM VME to VM direcotry)
    Component/s:     (was: DRLVM)
    Description: 
As Tim has mentionrd in the thread [1] IBM VME does not realy use hythr library from bin directory. It uses j9thr library from VM directory instead.
Nevertheless it tries to load this library.
This dependency should be removed.

[1] http://mail-archives.apache.org/mod_mbox/harmony-dev/200611.mbox/%3cc3755b3a0611130203r2ed7fadard81e1613257e2420@mail.gmail.com%3e

> [ibm vme] Remove dependency of IBM VME on hythr library from bin
> ----------------------------------------------------------------
>
>                 Key: HARMONY-2364
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2364
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: VM
>            Reporter: Alexey Petrenko
>
> As Tim has mentionrd in the thread [1] IBM VME does not realy use hythr library from bin directory. It uses j9thr library from VM directory instead.
> Nevertheless it tries to load this library.
> This dependency should be removed.
> [1] http://mail-archives.apache.org/mod_mbox/harmony-dev/200611.mbox/%3cc3755b3a0611130203r2ed7fadard81e1613257e2420@mail.gmail.com%3e

-- 
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