You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2008/01/09 18:10:34 UTC

[jira] Resolved: (HARMONY-5366) [drlvm][signals] Linux signal handling unification

     [ https://issues.apache.org/jira/browse/HARMONY-5366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky resolved HARMONY-5366.
----------------------------------------

    Resolution: Fixed
      Assignee: Gregory Shimansky

Patch is applied at 610460. All tests passed for me.

> [drlvm][signals] Linux signal handling unification
> --------------------------------------------------
>
>                 Key: HARMONY-5366
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5366
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: Linux x86/x86_64
>            Reporter: Ilya Berezhniuk
>            Assignee: Gregory Shimansky
>         Attachments: H-5366.patch
>
>
> Significant part of Linux signal handling code for x86 and x86_64 is almost identical.
> Suggested patch separates platform-dependent and platform-independent parts of the code.
> Most part of signals handling code for x86 and x86_64 is placed into single file like it was done for Windows.
> Note for the patch: vm/vmcore/src/util/linux/crash_handler.h is moved into vm/vmcore/src/util/linux/include, so
> vm/vmcore/src/util/linux/crash_handler.h should be removed from SVN after applying the patch.

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