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

[jira] Created: (HARMONY-3478) [classlib][winx64] Class library uses 32-bit UDATA and IDATA types

[classlib][winx64] Class library uses 32-bit UDATA and IDATA types
------------------------------------------------------------------

                 Key: HARMONY-3478
                 URL: https://issues.apache.org/jira/browse/HARMONY-3478
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
         Environment: windows/em64t
            Reporter: Pavel Pervov
            Priority: Critical


64-bit IDATA/UDATA are not supported on Windows x86-64. As the result, we have many peculiar problems on this platform. For examle, try to rename launcher 'java.exe'->'java1.exe'. It will crash.

I'll attach the patch which fixes this.

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


[jira] Updated: (HARMONY-3478) [classlib][winx64] Class library uses 32-bit UDATA and IDATA types

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

Pavel Pervov updated HARMONY-3478:
----------------------------------

    Attachment: H3478.patch

This patch fixes the issue. Apply in class library root.

IMPORTANT: NOT TESTED. DO NOT COMMIT.

I'll test the patch on all other platforms soon and notify when it is ready. Thanks.

> [classlib][winx64] Class library uses 32-bit UDATA and IDATA types
> ------------------------------------------------------------------
>
>                 Key: HARMONY-3478
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3478
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: windows/em64t
>            Reporter: Pavel Pervov
>            Priority: Critical
>         Attachments: H3478.patch
>
>
> 64-bit IDATA/UDATA are not supported on Windows x86-64. As the result, we have many peculiar problems on this platform. For examle, try to rename launcher 'java.exe'->'java1.exe'. It will crash.
> I'll attach the patch which fixes this.

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


[jira] Resolved: (HARMONY-3478) [classlib][winx64] Class library uses 32-bit UDATA and IDATA types

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

Gregory Shimansky resolved HARMONY-3478.
----------------------------------------

    Resolution: Fixed

Patch applied at 521707. Please check that it was applied as expected.

> [classlib][winx64] Class library uses 32-bit UDATA and IDATA types
> ------------------------------------------------------------------
>
>                 Key: HARMONY-3478
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3478
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: windows/em64t
>            Reporter: Pavel Pervov
>         Assigned To: Gregory Shimansky
>            Priority: Critical
>         Attachments: H3478.patch
>
>
> 64-bit IDATA/UDATA are not supported on Windows x86-64. As the result, we have many peculiar problems on this platform. For examle, try to rename launcher 'java.exe'->'java1.exe'. It will crash.
> I'll attach the patch which fixes this.

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


[jira] Updated: (HARMONY-3478) [classlib][winx64] Class library uses 32-bit UDATA and IDATA types

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

Pavel Pervov updated HARMONY-3478:
----------------------------------

    Attachment: H3478.patch

Preliminary patch, but should work. Do not commit. Apply in working_classlib.

> [classlib][winx64] Class library uses 32-bit UDATA and IDATA types
> ------------------------------------------------------------------
>
>                 Key: HARMONY-3478
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3478
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: windows/em64t
>            Reporter: Pavel Pervov
>            Priority: Critical
>         Attachments: H3478.patch
>
>
> 64-bit IDATA/UDATA are not supported on Windows x86-64. As the result, we have many peculiar problems on this platform. For examle, try to rename launcher 'java.exe'->'java1.exe'. It will crash.
> I'll attach the patch which fixes this.

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


[jira] Closed: (HARMONY-3478) [classlib][winx64] Class library uses 32-bit UDATA and IDATA types

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

Gregory Shimansky closed HARMONY-3478.
--------------------------------------


No response, assuming ok.

> [classlib][winx64] Class library uses 32-bit UDATA and IDATA types
> ------------------------------------------------------------------
>
>                 Key: HARMONY-3478
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3478
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: windows/em64t
>            Reporter: Pavel Pervov
>            Assignee: Gregory Shimansky
>            Priority: Critical
>         Attachments: H3478.patch
>
>
> 64-bit IDATA/UDATA are not supported on Windows x86-64. As the result, we have many peculiar problems on this platform. For examle, try to rename launcher 'java.exe'->'java1.exe'. It will crash.
> I'll attach the patch which fixes this.

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


[jira] Assigned: (HARMONY-3478) [classlib][winx64] Class library uses 32-bit UDATA and IDATA types

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

Gregory Shimansky reassigned HARMONY-3478:
------------------------------------------

    Assignee: Gregory Shimansky

> [classlib][winx64] Class library uses 32-bit UDATA and IDATA types
> ------------------------------------------------------------------
>
>                 Key: HARMONY-3478
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3478
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: windows/em64t
>            Reporter: Pavel Pervov
>         Assigned To: Gregory Shimansky
>            Priority: Critical
>         Attachments: H3478.patch
>
>
> 64-bit IDATA/UDATA are not supported on Windows x86-64. As the result, we have many peculiar problems on this platform. For examle, try to rename launcher 'java.exe'->'java1.exe'. It will crash.
> I'll attach the patch which fixes this.

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


[jira] Updated: (HARMONY-3478) [classlib][winx64] Class library uses 32-bit UDATA and IDATA types

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

Pavel Pervov updated HARMONY-3478:
----------------------------------

    Attachment:     (was: H3478.patch)

> [classlib][winx64] Class library uses 32-bit UDATA and IDATA types
> ------------------------------------------------------------------
>
>                 Key: HARMONY-3478
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3478
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: windows/em64t
>            Reporter: Pavel Pervov
>            Priority: Critical
>
> 64-bit IDATA/UDATA are not supported on Windows x86-64. As the result, we have many peculiar problems on this platform. For examle, try to rename launcher 'java.exe'->'java1.exe'. It will crash.
> I'll attach the patch which fixes this.

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


[jira] Updated: (HARMONY-3478) [classlib][winx64] Class library uses 32-bit UDATA and IDATA types

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

Pavel Pervov updated HARMONY-3478:
----------------------------------

    Comment: was deleted

> [classlib][winx64] Class library uses 32-bit UDATA and IDATA types
> ------------------------------------------------------------------
>
>                 Key: HARMONY-3478
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3478
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: windows/em64t
>            Reporter: Pavel Pervov
>            Priority: Critical
>
> 64-bit IDATA/UDATA are not supported on Windows x86-64. As the result, we have many peculiar problems on this platform. For examle, try to rename launcher 'java.exe'->'java1.exe'. It will crash.
> I'll attach the patch which fixes this.

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