You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ilya Berezhniuk (JIRA)" <ji...@apache.org> on 2007/03/23 10:53:32 UTC

[jira] Created: (HARMONY-3482) [drlvm][threading] APR extension functions from apr_thread_ext.c are not used anymore

[drlvm][threading] APR extension functions from apr_thread_ext.c are not used anymore
-------------------------------------------------------------------------------------

                 Key: HARMONY-3482
                 URL: https://issues.apache.org/jira/browse/HARMONY-3482
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Ilya Berezhniuk
            Priority: Minor


The following functions are re-implemented as "os_" prefixed functions in hythr module, and are not used anymore:
apr_thread_set_priority()
convert_priority()
apr_thread_yield_other()
apr_thread_times()
apr_get_thread_time()
apr_thread_cancel()

The only function which is used is apr_memory_rw_barrier().
I suggest renaming apr_memory_rw_barrier() to os_memory_rw_barrier() and moving it to os_thread.c files. Then apr_thread_ext.c and apr_thread_ext.h files can be removed at all.

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


[jira] Updated: (HARMONY-3482) [drlvm][threading] APR extension functions from apr_thread_ext.c are not used anymore

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

Ilya Berezhniuk updated HARMONY-3482:
-------------------------------------

    Patch Info: [Patch Available]

> [drlvm][threading] APR extension functions from apr_thread_ext.c are not used anymore
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3482
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3482
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Berezhniuk
>            Priority: Minor
>         Attachments: apr_thread_ext.diff
>
>
> The following functions are re-implemented as "os_" prefixed functions in hythr module, and are not used anymore:
> apr_thread_set_priority()
> convert_priority()
> apr_thread_yield_other()
> apr_thread_times()
> apr_get_thread_time()
> apr_thread_cancel()
> The only function which is used is apr_memory_rw_barrier().
> I suggest renaming apr_memory_rw_barrier() to os_memory_rw_barrier() and moving it to os_thread.c files. Then apr_thread_ext.c and apr_thread_ext.h files can be removed at all.

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


[jira] Updated: (HARMONY-3482) [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore

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

Gregory Shimansky updated HARMONY-3482:
---------------------------------------

    Summary: [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore  (was: [drlvm][threading] APR extension functions from apr_thread_ext.c are not used anymore)

> [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-3482
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3482
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Berezhniuk
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: apr_thread_ext.diff, apr_thread_ext.diff
>
>
> The following functions are re-implemented as "os_" prefixed functions in hythr module, and are not used anymore:
> apr_thread_set_priority()
> convert_priority()
> apr_thread_yield_other()
> apr_thread_times()
> apr_get_thread_time()
> apr_thread_cancel()
> The only function which is used is apr_memory_rw_barrier().
> I suggest renaming apr_memory_rw_barrier() to os_memory_rw_barrier() and moving it to os_thread.c files. Then apr_thread_ext.c and apr_thread_ext.h files can be removed at all.

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


[jira] Closed: (HARMONY-3482) [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore

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

Ilya Berezhniuk closed HARMONY-3482.
------------------------------------

    Resolution: Fixed

The unused files were removed in 0010 patch from HARMONY-5504.

> [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-3482
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3482
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Berezhniuk
>            Priority: Minor
>         Attachments: apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.sh
>
>
> The following functions are re-implemented as "os_" prefixed functions in hythr module, and are not used anymore:
> apr_thread_set_priority()
> convert_priority()
> apr_thread_yield_other()
> apr_thread_times()
> apr_get_thread_time()
> apr_thread_cancel()
> The only function which is used is apr_memory_rw_barrier().
> I suggest renaming apr_memory_rw_barrier() to os_memory_rw_barrier() and moving it to os_thread.c files. Then apr_thread_ext.c and apr_thread_ext.h files can be removed at all.

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


[jira] Updated: (HARMONY-3482) [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore

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

Gregory Shimansky updated HARMONY-3482:
---------------------------------------

    Assignee:     (was: Gregory Shimansky)

I am unassigning from this issue since Weldon asked to allow him to care about threading bugs. Weldon, would you mind taking this issue?

> [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-3482
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3482
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Berezhniuk
>            Priority: Minor
>         Attachments: apr_thread_ext.diff, apr_thread_ext.diff
>
>
> The following functions are re-implemented as "os_" prefixed functions in hythr module, and are not used anymore:
> apr_thread_set_priority()
> convert_priority()
> apr_thread_yield_other()
> apr_thread_times()
> apr_get_thread_time()
> apr_thread_cancel()
> The only function which is used is apr_memory_rw_barrier().
> I suggest renaming apr_memory_rw_barrier() to os_memory_rw_barrier() and moving it to os_thread.c files. Then apr_thread_ext.c and apr_thread_ext.h files can be removed at all.

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


[jira] Updated: (HARMONY-3482) [drlvm][threading] APR extension functions from apr_thread_ext.c are not used anymore

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

Ilya Berezhniuk updated HARMONY-3482:
-------------------------------------

    Attachment: apr_thread_ext.diff

The patch was updated to apply cleanly after Harmony-3413 changes.

> [drlvm][threading] APR extension functions from apr_thread_ext.c are not used anymore
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3482
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3482
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Berezhniuk
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: apr_thread_ext.diff, apr_thread_ext.diff
>
>
> The following functions are re-implemented as "os_" prefixed functions in hythr module, and are not used anymore:
> apr_thread_set_priority()
> convert_priority()
> apr_thread_yield_other()
> apr_thread_times()
> apr_get_thread_time()
> apr_thread_cancel()
> The only function which is used is apr_memory_rw_barrier().
> I suggest renaming apr_memory_rw_barrier() to os_memory_rw_barrier() and moving it to os_thread.c files. Then apr_thread_ext.c and apr_thread_ext.h files can be removed at all.

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


[jira] Updated: (HARMONY-3482) [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore

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

Ilya Berezhniuk updated HARMONY-3482:
-------------------------------------

    Attachment: apr_thread_ext.diff

Updated version of the patch.

> [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-3482
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3482
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Berezhniuk
>            Priority: Minor
>         Attachments: apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.diff
>
>
> The following functions are re-implemented as "os_" prefixed functions in hythr module, and are not used anymore:
> apr_thread_set_priority()
> convert_priority()
> apr_thread_yield_other()
> apr_thread_times()
> apr_get_thread_time()
> apr_thread_cancel()
> The only function which is used is apr_memory_rw_barrier().
> I suggest renaming apr_memory_rw_barrier() to os_memory_rw_barrier() and moving it to os_thread.c files. Then apr_thread_ext.c and apr_thread_ext.h files can be removed at all.

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


[jira] Updated: (HARMONY-3482) [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore

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

Ilya Berezhniuk updated HARMONY-3482:
-------------------------------------

    Attachment: apr_thread_ext.diff

> [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-3482
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3482
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Berezhniuk
>            Priority: Minor
>         Attachments: apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.diff
>
>
> The following functions are re-implemented as "os_" prefixed functions in hythr module, and are not used anymore:
> apr_thread_set_priority()
> convert_priority()
> apr_thread_yield_other()
> apr_thread_times()
> apr_get_thread_time()
> apr_thread_cancel()
> The only function which is used is apr_memory_rw_barrier().
> I suggest renaming apr_memory_rw_barrier() to os_memory_rw_barrier() and moving it to os_thread.c files. Then apr_thread_ext.c and apr_thread_ext.h files can be removed at all.

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


[jira] Updated: (HARMONY-3482) [drlvm][threading] APR extension functions from apr_thread_ext.c are not used anymore

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

Ilya Berezhniuk updated HARMONY-3482:
-------------------------------------

    Attachment: apr_thread_ext.diff

Suggested patch removes 3 apr_thread_ext.* files and does all required modifications.

> [drlvm][threading] APR extension functions from apr_thread_ext.c are not used anymore
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3482
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3482
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Berezhniuk
>            Priority: Minor
>         Attachments: apr_thread_ext.diff
>
>
> The following functions are re-implemented as "os_" prefixed functions in hythr module, and are not used anymore:
> apr_thread_set_priority()
> convert_priority()
> apr_thread_yield_other()
> apr_thread_times()
> apr_get_thread_time()
> apr_thread_cancel()
> The only function which is used is apr_memory_rw_barrier().
> I suggest renaming apr_memory_rw_barrier() to os_memory_rw_barrier() and moving it to os_thread.c files. Then apr_thread_ext.c and apr_thread_ext.h files can be removed at all.

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


[jira] Assigned: (HARMONY-3482) [drlvm][threading] APR extension functions from apr_thread_ext.c are not used anymore

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

Gregory Shimansky reassigned HARMONY-3482:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][threading] APR extension functions from apr_thread_ext.c are not used anymore
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3482
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3482
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Berezhniuk
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: apr_thread_ext.diff
>
>
> The following functions are re-implemented as "os_" prefixed functions in hythr module, and are not used anymore:
> apr_thread_set_priority()
> convert_priority()
> apr_thread_yield_other()
> apr_thread_times()
> apr_get_thread_time()
> apr_thread_cancel()
> The only function which is used is apr_memory_rw_barrier().
> I suggest renaming apr_memory_rw_barrier() to os_memory_rw_barrier() and moving it to os_thread.c files. Then apr_thread_ext.c and apr_thread_ext.h files can be removed at all.

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


[jira] Updated: (HARMONY-3482) [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore

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

Ilya Berezhniuk updated HARMONY-3482:
-------------------------------------

    Attachment: apr_thread_ext.sh

Attached script for deleting entities from SVN.

Script and latest patch should be placed into working_vm directory. Starting 'patch' is not needed - script starts patch and does all nesessary job, excluding 'svn commit'.

> [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-3482
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3482
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Berezhniuk
>            Priority: Minor
>         Attachments: apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.sh
>
>
> The following functions are re-implemented as "os_" prefixed functions in hythr module, and are not used anymore:
> apr_thread_set_priority()
> convert_priority()
> apr_thread_yield_other()
> apr_thread_times()
> apr_get_thread_time()
> apr_thread_cancel()
> The only function which is used is apr_memory_rw_barrier().
> I suggest renaming apr_memory_rw_barrier() to os_memory_rw_barrier() and moving it to os_thread.c files. Then apr_thread_ext.c and apr_thread_ext.h files can be removed at all.

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


[jira] Updated: (HARMONY-3482) [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore

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

Ilya Berezhniuk updated HARMONY-3482:
-------------------------------------

    Attachment: apr_thread_ext.diff

Diff file was updated. Shell script remains the same.

> [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-3482
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3482
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Berezhniuk
>            Priority: Minor
>         Attachments: apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.sh
>
>
> The following functions are re-implemented as "os_" prefixed functions in hythr module, and are not used anymore:
> apr_thread_set_priority()
> convert_priority()
> apr_thread_yield_other()
> apr_thread_times()
> apr_get_thread_time()
> apr_thread_cancel()
> The only function which is used is apr_memory_rw_barrier().
> I suggest renaming apr_memory_rw_barrier() to os_memory_rw_barrier() and moving it to os_thread.c files. Then apr_thread_ext.c and apr_thread_ext.h files can be removed at all.

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