You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Eugene S. Ostrovsky (JIRA)" <ji...@apache.org> on 2007/10/10 17:40:51 UTC

[jira] Created: (HARMONY-4924) [drlvm][jvmti] Capabilities not implemented for 64bit platforms are reported as potential

[drlvm][jvmti] Capabilities not implemented for 64bit platforms are reported as potential
-----------------------------------------------------------------------------------------

                 Key: HARMONY-4924
                 URL: https://issues.apache.org/jira/browse/HARMONY-4924
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: Linux x86_64
            Reporter: Eugene S. Ostrovsky


The following capabilities are not implemented in jit mode for 64bit platforms:

However, they are reported as available by GetPotentialCapabilities() and can be possessed by AddCapabilities().
This leads to VM crash of all JDWP unit and all VTSVM JVMTI tests in jit mode on Linux x86_64.

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


[jira] Updated: (HARMONY-4924) [drlvm][jvmti] Capabilities not implemented for 64bit platforms are reported as potential

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

Eugene S. Ostrovsky updated HARMONY-4924:
-----------------------------------------

    Attachment: JVMTI-capabilities-for-64bit-platforms.patc

Attached:
  JVMTI-capabilities-for-64bit-platforms.patc

Removes unsupported capabilities from the list of potential capabilities for jit mode on 64bit platforms.

> [drlvm][jvmti] Capabilities not implemented for 64bit platforms are reported as potential
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4924
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4924
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux x86_64
>            Reporter: Eugene S. Ostrovsky
>         Attachments: JVMTI-capabilities-for-64bit-platforms.patc
>
>
> The following capabilities are not implemented in jit mode for 64bit platforms:
> However, they are reported as available by GetPotentialCapabilities() and can be possessed by AddCapabilities().
> This leads to VM crash of all JDWP unit and all VTSVM JVMTI tests in jit mode on Linux x86_64.

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


[jira] Commented: (HARMONY-4924) [drlvm][jvmti] Capabilities not implemented for 64bit platforms are reported as potential

Posted by "Eugene S. Ostrovsky (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533776 ] 

Eugene S. Ostrovsky commented on HARMONY-4924:
----------------------------------------------

The capabilities:
can_pop_frame
can_generate_breakpoint_events
can_generate_single_step_events
can_generate_exception_events


> [drlvm][jvmti] Capabilities not implemented for 64bit platforms are reported as potential
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4924
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4924
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux x86_64
>            Reporter: Eugene S. Ostrovsky
>
> The following capabilities are not implemented in jit mode for 64bit platforms:
> However, they are reported as available by GetPotentialCapabilities() and can be possessed by AddCapabilities().
> This leads to VM crash of all JDWP unit and all VTSVM JVMTI tests in jit mode on Linux x86_64.

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


[jira] Resolved: (HARMONY-4924) [drlvm][jvmti] Capabilities not implemented for 64bit platforms are reported as potential

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

Gregory Shimansky resolved HARMONY-4924.
----------------------------------------

    Resolution: Fixed

Patch is applied at 584202.

> [drlvm][jvmti] Capabilities not implemented for 64bit platforms are reported as potential
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4924
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4924
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux x86_64
>            Reporter: Eugene S. Ostrovsky
>            Assignee: Gregory Shimansky
>         Attachments: JVMTI-capabilities-for-64bit-platforms.patc
>
>
> The following capabilities are not implemented in jit mode for 64bit platforms:
> However, they are reported as available by GetPotentialCapabilities() and can be possessed by AddCapabilities().
> This leads to VM crash of all JDWP unit and all VTSVM JVMTI tests in jit mode on Linux x86_64.

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


[jira] Assigned: (HARMONY-4924) [drlvm][jvmti] Capabilities not implemented for 64bit platforms are reported as potential

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

Gregory Shimansky reassigned HARMONY-4924:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][jvmti] Capabilities not implemented for 64bit platforms are reported as potential
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4924
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4924
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux x86_64
>            Reporter: Eugene S. Ostrovsky
>            Assignee: Gregory Shimansky
>         Attachments: JVMTI-capabilities-for-64bit-platforms.patc
>
>
> The following capabilities are not implemented in jit mode for 64bit platforms:
> However, they are reported as available by GetPotentialCapabilities() and can be possessed by AddCapabilities().
> This leads to VM crash of all JDWP unit and all VTSVM JVMTI tests in jit mode on Linux x86_64.

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


[jira] Closed: (HARMONY-4924) [drlvm][jvmti] Capabilities not implemented for 64bit platforms are reported as potential

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

Gregory Shimansky closed HARMONY-4924.
--------------------------------------


No response, assuming ok.

> [drlvm][jvmti] Capabilities not implemented for 64bit platforms are reported as potential
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4924
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4924
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux x86_64
>            Reporter: Eugene S. Ostrovsky
>            Assignee: Gregory Shimansky
>         Attachments: JVMTI-capabilities-for-64bit-platforms.patc
>
>
> The following capabilities are not implemented in jit mode for 64bit platforms:
> However, they are reported as available by GetPotentialCapabilities() and can be possessed by AddCapabilities().
> This leads to VM crash of all JDWP unit and all VTSVM JVMTI tests in jit mode on Linux x86_64.

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