You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2006/04/12 15:38:19 UTC

[jira] Created: (HARMONY-335) luni java calls math natives

luni java calls math natives
----------------------------

         Key: HARMONY-335
         URL: http://issues.apache.org/jira/browse/HARMONY-335
     Project: Harmony
        Type: Bug

  Components: Classlib  
    Reporter: Mark Hindess
    Priority: Minor


The luni java code calls the math natives (and also, though less importantly, the new math implementation doesn't call the math natives.  We should move the natives to the luni dll and the math dll is then redundant and should be removed.


-- 
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-335) luni java calls math natives

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-335?page=comments#action_12375358 ] 

Mark Hindess commented on HARMONY-335:
--------------------------------------

Looks good.  Thanks Tim.

> luni java calls math natives
> ----------------------------
>
>          Key: HARMONY-335
>          URL: http://issues.apache.org/jira/browse/HARMONY-335
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: 01.native.cleanup.sh, 02.native.cleanup.diff
>
> The luni java code calls the math natives (and also, though less importantly, the new math implementation doesn't call the math natives.  We should move the natives to the luni dll and the math dll is then redundant and should be removed.

-- 
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] Closed: (HARMONY-335) luni java calls math natives

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-335?page=all ]
     
Tim Ellison closed HARMONY-335:
-------------------------------


Verified by Mark


> luni java calls math natives
> ----------------------------
>
>          Key: HARMONY-335
>          URL: http://issues.apache.org/jira/browse/HARMONY-335
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: 01.native.cleanup.sh, 02.native.cleanup.diff
>
> The luni java code calls the math natives (and also, though less importantly, the new math implementation doesn't call the math natives.  We should move the natives to the luni dll and the math dll is then redundant and should be removed.

-- 
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-335) luni java calls math natives

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

Mark Hindess updated HARMONY-335:
---------------------------------

    Attachment: 01.native.cleanup.sh
                02.native.cleanup.diff

The attached script and patch moves the (used) math natives to luni.  It removes the remaining unused natives.

It also: 

a) fixes a dependency problem in the win.IA32 makefile - the luni target was missing a dependency on the vmi target

b) removes the empty - except a copyright object - nio natives


> luni java calls math natives
> ----------------------------
>
>          Key: HARMONY-335
>          URL: http://issues.apache.org/jira/browse/HARMONY-335
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Mark Hindess
>     Priority: Minor
>  Attachments: 01.native.cleanup.sh, 02.native.cleanup.diff
>
> The luni java code calls the math natives (and also, though less importantly, the new math implementation doesn't call the math natives.  We should move the natives to the luni dll and the math dll is then redundant and should be removed.

-- 
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] Resolved: (HARMONY-335) luni java calls math natives

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-335?page=all ]
     
Tim Ellison resolved HARMONY-335:
---------------------------------

    Resolution: Fixed

Thanks Mark,

Patch applied to native-src at repo revision 395578.

Please check that the patch was applied as you expected.


> luni java calls math natives
> ----------------------------
>
>          Key: HARMONY-335
>          URL: http://issues.apache.org/jira/browse/HARMONY-335
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: 01.native.cleanup.sh, 02.native.cleanup.diff
>
> The luni java code calls the math natives (and also, though less importantly, the new math implementation doesn't call the math natives.  We should move the natives to the luni dll and the math dll is then redundant and should be removed.

-- 
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-335) luni java calls math natives

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

Tim Ellison reassigned HARMONY-335:
-----------------------------------

    Assign To: Tim Ellison

> luni java calls math natives
> ----------------------------
>
>          Key: HARMONY-335
>          URL: http://issues.apache.org/jira/browse/HARMONY-335
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: 01.native.cleanup.sh, 02.native.cleanup.diff
>
> The luni java code calls the math natives (and also, though less importantly, the new math implementation doesn't call the math natives.  We should move the natives to the luni dll and the math dll is then redundant and should be removed.

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