You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Catherine Hope (JIRA)" <ji...@apache.org> on 2010/05/19 12:24:53 UTC

[jira] Created: (HARMONY-6512) [classlib][build] Use xlc_r AIX C compiler instead of xlc

[classlib][build] Use xlc_r AIX C compiler instead of xlc
---------------------------------------------------------

                 Key: HARMONY-6512
                 URL: https://issues.apache.org/jira/browse/HARMONY-6512
             Project: Harmony
          Issue Type: Improvement
          Components: build - test - ci
            Reporter: Catherine Hope
            Priority: Minor


The AIX C compiler recommended for use with multi-threaded programs is xlc_r (http://www.nersc.gov/nusers/resources/software/ibm/xlc.html), so we should use this instead of xlc in order that, for example, we get a thread-local errno variable rather than just a global one which may be overwritten by other threads.

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


[jira] Updated: (HARMONY-6512) [classlib][build] Use xlc_r AIX C compiler instead of xlc

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

Catherine Hope updated HARMONY-6512:
------------------------------------

    Attachment: 6512.patch

Change the name of the compiler in the AIX make files

> [classlib][build] Use xlc_r AIX C compiler instead of xlc
> ---------------------------------------------------------
>
>                 Key: HARMONY-6512
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6512
>             Project: Harmony
>          Issue Type: Improvement
>          Components: build - test - ci
>            Reporter: Catherine Hope
>            Priority: Minor
>         Attachments: 6512.patch
>
>
> The AIX C compiler recommended for use with multi-threaded programs is xlc_r (http://www.nersc.gov/nusers/resources/software/ibm/xlc.html), so we should use this instead of xlc in order that, for example, we get a thread-local errno variable rather than just a global one which may be overwritten by other threads.

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


[jira] Resolved: (HARMONY-6512) [classlib][build] Use xlc_r AIX C compiler instead of xlc

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

Mark Hindess resolved HARMONY-6512.
-----------------------------------

    Resolution: Fixed

Applied patch in r953174.  Please confirm (by closing this JIRA) that it has been applied as expected.

> [classlib][build] Use xlc_r AIX C compiler instead of xlc
> ---------------------------------------------------------
>
>                 Key: HARMONY-6512
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6512
>             Project: Harmony
>          Issue Type: Improvement
>          Components: build - test - ci
>            Reporter: Catherine Hope
>            Assignee: Mark Hindess
>            Priority: Minor
>         Attachments: 6512.patch
>
>
> The AIX C compiler recommended for use with multi-threaded programs is xlc_r (http://www.nersc.gov/nusers/resources/software/ibm/xlc.html), so we should use this instead of xlc in order that, for example, we get a thread-local errno variable rather than just a global one which may be overwritten by other threads.

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


[jira] Closed: (HARMONY-6512) [classlib][build] Use xlc_r AIX C compiler instead of xlc

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

Catherine Hope closed HARMONY-6512.
-----------------------------------


> [classlib][build] Use xlc_r AIX C compiler instead of xlc
> ---------------------------------------------------------
>
>                 Key: HARMONY-6512
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6512
>             Project: Harmony
>          Issue Type: Improvement
>          Components: build - test - ci
>            Reporter: Catherine Hope
>            Assignee: Mark Hindess
>            Priority: Minor
>         Attachments: 6512.patch
>
>
> The AIX C compiler recommended for use with multi-threaded programs is xlc_r (http://www.nersc.gov/nusers/resources/software/ibm/xlc.html), so we should use this instead of xlc in order that, for example, we get a thread-local errno variable rather than just a global one which may be overwritten by other threads.

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


[jira] Commented: (HARMONY-6512) [classlib][build] Use xlc_r AIX C compiler instead of xlc

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877247#action_12877247 ] 

Hudson commented on HARMONY-6512:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #836 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/836/])
    Applying patches from "[#HARMONY-6512] [classlib][build] Use xlc_r AIX C
compiler instead of xlc".


> [classlib][build] Use xlc_r AIX C compiler instead of xlc
> ---------------------------------------------------------
>
>                 Key: HARMONY-6512
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6512
>             Project: Harmony
>          Issue Type: Improvement
>          Components: build - test - ci
>            Reporter: Catherine Hope
>            Assignee: Mark Hindess
>            Priority: Minor
>         Attachments: 6512.patch
>
>
> The AIX C compiler recommended for use with multi-threaded programs is xlc_r (http://www.nersc.gov/nusers/resources/software/ibm/xlc.html), so we should use this instead of xlc in order that, for example, we get a thread-local errno variable rather than just a global one which may be overwritten by other threads.

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


[jira] Commented: (HARMONY-6512) [classlib][build] Use xlc_r AIX C compiler instead of xlc

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877310#action_12877310 ] 

Hudson commented on HARMONY-6512:
---------------------------------

Integrated in Harmony-select-1.5-head-linux-x86_64 #25 (See [http://hudson.zones.apache.org/hudson/job/Harmony-select-1.5-head-linux-x86_64/25/])
    Applying patches from "[#HARMONY-6512] [classlib][build] Use xlc_r AIX C
compiler instead of xlc".


> [classlib][build] Use xlc_r AIX C compiler instead of xlc
> ---------------------------------------------------------
>
>                 Key: HARMONY-6512
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6512
>             Project: Harmony
>          Issue Type: Improvement
>          Components: build - test - ci
>            Reporter: Catherine Hope
>            Assignee: Mark Hindess
>            Priority: Minor
>         Attachments: 6512.patch
>
>
> The AIX C compiler recommended for use with multi-threaded programs is xlc_r (http://www.nersc.gov/nusers/resources/software/ibm/xlc.html), so we should use this instead of xlc in order that, for example, we get a thread-local errno variable rather than just a global one which may be overwritten by other threads.

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


[jira] Assigned: (HARMONY-6512) [classlib][build] Use xlc_r AIX C compiler instead of xlc

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

Mark Hindess reassigned HARMONY-6512:
-------------------------------------

    Assignee: Mark Hindess

> [classlib][build] Use xlc_r AIX C compiler instead of xlc
> ---------------------------------------------------------
>
>                 Key: HARMONY-6512
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6512
>             Project: Harmony
>          Issue Type: Improvement
>          Components: build - test - ci
>            Reporter: Catherine Hope
>            Assignee: Mark Hindess
>            Priority: Minor
>         Attachments: 6512.patch
>
>
> The AIX C compiler recommended for use with multi-threaded programs is xlc_r (http://www.nersc.gov/nusers/resources/software/ibm/xlc.html), so we should use this instead of xlc in order that, for example, we get a thread-local errno variable rather than just a global one which may be overwritten by other threads.

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