You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Oliver Deakin (JIRA)" <ji...@apache.org> on 2009/04/29 14:49:30 UTC

[jira] Created: (HARMONY-6187) [jdktools][jdwp] Contribution of updated JDWP agent and socket transport layer for Java 6

[jdktools][jdwp] Contribution of updated JDWP agent and socket transport layer for Java 6
-----------------------------------------------------------------------------------------

                 Key: HARMONY-6187
                 URL: https://issues.apache.org/jira/browse/HARMONY-6187
             Project: Harmony
          Issue Type: Improvement
          Components: Contributions, JDK
            Reporter: Oliver Deakin
            Assignee: Oliver Deakin


Contribution of an updated Java 6 JDWP agent and socket transport layer. Attached is a zip of the new native code for JDWP, along with a patch for classlib and for the jdktools build.xml.

Improvements include:
 - A large number of bug fixes.
 - Ported to a wide variety of platforms - Linux x86/x86_64, Linux PPC 32/64, zLinux 31/64, Windows x86/x86_64, AIX PPC 32/64 and zOS 31/64.
 - As part of the porting process, all non-portable C++ usage has been removed and rewritten, particularly use of C++ standard libraries.
 - JSR 45 support implemented. The new JDWP agent allows debugging of non-Java stratum code running on the VM, for example JSPs.
 - Significant performance improvements.

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


[jira] Updated: (HARMONY-6187) [jdktools][jdwp] Contribution of updated JDWP agent and socket transport layer for Java 6

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

Oliver Deakin updated HARMONY-6187:
-----------------------------------

    Attachment: native.zip
                working_jdktools.diff
                working_classlib.diff

Attaching a patch for the working_classlib and working_jdk directories, and also a zip of the native code for jdwp. The zip should be unpacked as a direct replacement of the working_jdktools\modules\jpda\src\main\native directory.

> [jdktools][jdwp] Contribution of updated JDWP agent and socket transport layer for Java 6
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6187
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6187
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, JDK
>            Reporter: Oliver Deakin
>            Assignee: Oliver Deakin
>         Attachments: native.zip, working_classlib.diff, working_jdktools.diff
>
>
> Contribution of an updated Java 6 JDWP agent and socket transport layer. Attached is a zip of the new native code for JDWP, along with a patch for classlib and for the jdktools build.xml.
> Improvements include:
>  - A large number of bug fixes.
>  - Ported to a wide variety of platforms - Linux x86/x86_64, Linux PPC 32/64, zLinux 31/64, Windows x86/x86_64, AIX PPC 32/64 and zOS 31/64.
>  - As part of the porting process, all non-portable C++ usage has been removed and rewritten, particularly use of C++ standard libraries.
>  - JSR 45 support implemented. The new JDWP agent allows debugging of non-Java stratum code running on the VM, for example JSPs.
>  - Significant performance improvements.

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


[jira] Closed: (HARMONY-6187) [jdktools][jdwp] Contribution of updated JDWP agent and socket transport layer for Java 6

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

Oliver Deakin closed HARMONY-6187.
----------------------------------


Contribution now checked in, closing...

> [jdktools][jdwp] Contribution of updated JDWP agent and socket transport layer for Java 6
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6187
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6187
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, JDK
>            Reporter: Oliver Deakin
>            Assignee: Oliver Deakin
>             Fix For: 5.0M11
>
>         Attachments: native.zip, working_classlib.diff, working_jdktools.diff
>
>
> Contribution of an updated Java 6 JDWP agent and socket transport layer. Attached is a zip of the new native code for JDWP, along with a patch for classlib and for the jdktools build.xml.
> Improvements include:
>  - A large number of bug fixes.
>  - Ported to a wide variety of platforms - Linux x86/x86_64, Linux PPC 32/64, zLinux 31/64, Windows x86/x86_64, AIX PPC 32/64 and zOS 31/64.
>  - As part of the porting process, all non-portable C++ usage has been removed and rewritten, particularly use of C++ standard libraries.
>  - JSR 45 support implemented. The new JDWP agent allows debugging of non-Java stratum code running on the VM, for example JSPs.
>  - Significant performance improvements.

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


[jira] Commented: (HARMONY-6187) [jdktools][jdwp] Contribution of updated JDWP agent and socket transport layer for Java 6

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

Oliver Deakin commented on HARMONY-6187:
----------------------------------------

Applied classlib patch at repo revision r788640.

> [jdktools][jdwp] Contribution of updated JDWP agent and socket transport layer for Java 6
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6187
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6187
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, JDK
>            Reporter: Oliver Deakin
>            Assignee: Oliver Deakin
>         Attachments: native.zip, working_classlib.diff, working_jdktools.diff
>
>
> Contribution of an updated Java 6 JDWP agent and socket transport layer. Attached is a zip of the new native code for JDWP, along with a patch for classlib and for the jdktools build.xml.
> Improvements include:
>  - A large number of bug fixes.
>  - Ported to a wide variety of platforms - Linux x86/x86_64, Linux PPC 32/64, zLinux 31/64, Windows x86/x86_64, AIX PPC 32/64 and zOS 31/64.
>  - As part of the porting process, all non-portable C++ usage has been removed and rewritten, particularly use of C++ standard libraries.
>  - JSR 45 support implemented. The new JDWP agent allows debugging of non-Java stratum code running on the VM, for example JSPs.
>  - Significant performance improvements.

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


[jira] Resolved: (HARMONY-6187) [jdktools][jdwp] Contribution of updated JDWP agent and socket transport layer for Java 6

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

Oliver Deakin resolved HARMONY-6187.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M11

jdktools patch applied at repo revision r794726. 

> [jdktools][jdwp] Contribution of updated JDWP agent and socket transport layer for Java 6
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6187
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6187
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, JDK
>            Reporter: Oliver Deakin
>            Assignee: Oliver Deakin
>             Fix For: 5.0M11
>
>         Attachments: native.zip, working_classlib.diff, working_jdktools.diff
>
>
> Contribution of an updated Java 6 JDWP agent and socket transport layer. Attached is a zip of the new native code for JDWP, along with a patch for classlib and for the jdktools build.xml.
> Improvements include:
>  - A large number of bug fixes.
>  - Ported to a wide variety of platforms - Linux x86/x86_64, Linux PPC 32/64, zLinux 31/64, Windows x86/x86_64, AIX PPC 32/64 and zOS 31/64.
>  - As part of the porting process, all non-portable C++ usage has been removed and rewritten, particularly use of C++ standard libraries.
>  - JSR 45 support implemented. The new JDWP agent allows debugging of non-Java stratum code running on the VM, for example JSPs.
>  - Significant performance improvements.

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