You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Jim Yu (JIRA)" <ji...@apache.org> on 2009/07/24 10:48:14 UTC

[jira] Created: (HARMONY-6284) [JDWP][Java6] The capability of HCR should be checked in case selective debug is enabled

[JDWP][Java6] The capability of HCR should be checked in case selective debug is enabled
----------------------------------------------------------------------------------------

                 Key: HARMONY-6284
                 URL: https://issues.apache.org/jira/browse/HARMONY-6284
             Project: Harmony
          Issue Type: Bug
          Components: JDK
    Affects Versions: 5.0M10
            Reporter: Jim Yu
             Fix For: 5.0M11


 When selective debug is enabled, HCR ability would be disabled. So we need to check if HCR is disabled first before invoking IsMethodObsolete. 
 If so, just return the methodID directly since the result of IsMethodObsolete would be meaningless if HCR is disabled.

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


[jira] Closed: (HARMONY-6284) [JDWP][Java6] The capability of HCR should be checked in case selective debug is enabled

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

Jim Yu closed HARMONY-6284.
---------------------------


> [JDWP][Java6] The capability of HCR should be checked in case selective debug is enabled
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6284
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6284
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>    Affects Versions: 5.0M10
>            Reporter: Jim Yu
>            Assignee: Regis Xu
>             Fix For: 5.0M11
>
>         Attachments: HARMONY-6284.diff
>
>
>  When selective debug is enabled, HCR ability would be disabled. So we need to check if HCR is disabled first before invoking IsMethodObsolete. 
>  If so, just return the methodID directly since the result of IsMethodObsolete would be meaningless if HCR is disabled.

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


[jira] Updated: (HARMONY-6284) [JDWP][Java6] The capability of HCR should be checked in case selective debug is enabled

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

Jim Yu updated HARMONY-6284:
----------------------------

    Attachment: HARMONY-6284.diff

> [JDWP][Java6] The capability of HCR should be checked in case selective debug is enabled
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6284
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6284
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>    Affects Versions: 5.0M10
>            Reporter: Jim Yu
>             Fix For: 5.0M11
>
>         Attachments: HARMONY-6284.diff
>
>
>  When selective debug is enabled, HCR ability would be disabled. So we need to check if HCR is disabled first before invoking IsMethodObsolete. 
>  If so, just return the methodID directly since the result of IsMethodObsolete would be meaningless if HCR is disabled.

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


[jira] Commented: (HARMONY-6284) [JDWP][Java6] The capability of HCR should be checked in case selective debug is enabled

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

Jim Yu commented on HARMONY-6284:
---------------------------------

Verified at r798015. Thanks, Regis.

> [JDWP][Java6] The capability of HCR should be checked in case selective debug is enabled
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6284
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6284
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>    Affects Versions: 5.0M10
>            Reporter: Jim Yu
>            Assignee: Regis Xu
>             Fix For: 5.0M11
>
>         Attachments: HARMONY-6284.diff
>
>
>  When selective debug is enabled, HCR ability would be disabled. So we need to check if HCR is disabled first before invoking IsMethodObsolete. 
>  If so, just return the methodID directly since the result of IsMethodObsolete would be meaningless if HCR is disabled.

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


[jira] Resolved: (HARMONY-6284) [JDWP][Java6] The capability of HCR should be checked in case selective debug is enabled

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

Regis Xu resolved HARMONY-6284.
-------------------------------

    Resolution: Fixed

Thank Jim,

Patch applied at r797395, please verify.

> [JDWP][Java6] The capability of HCR should be checked in case selective debug is enabled
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6284
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6284
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>    Affects Versions: 5.0M10
>            Reporter: Jim Yu
>            Assignee: Regis Xu
>             Fix For: 5.0M11
>
>         Attachments: HARMONY-6284.diff
>
>
>  When selective debug is enabled, HCR ability would be disabled. So we need to check if HCR is disabled first before invoking IsMethodObsolete. 
>  If so, just return the methodID directly since the result of IsMethodObsolete would be meaningless if HCR is disabled.

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


[jira] Updated: (HARMONY-6284) [JDWP][Java6] The capability of HCR should be checked in case selective debug is enabled

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

Mark Hindess updated HARMONY-6284:
----------------------------------

    Fix Version/s:     (was: 5.0M11)

Removing java6 bug from "Fixed in 5.0M11 set".

> [JDWP][Java6] The capability of HCR should be checked in case selective debug is enabled
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6284
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6284
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>    Affects Versions: 5.0M10
>            Reporter: Jim Yu
>            Assignee: Regis Xu
>         Attachments: HARMONY-6284.diff
>
>
>  When selective debug is enabled, HCR ability would be disabled. So we need to check if HCR is disabled first before invoking IsMethodObsolete. 
>  If so, just return the methodID directly since the result of IsMethodObsolete would be meaningless if HCR is disabled.

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


[jira] Assigned: (HARMONY-6284) [JDWP][Java6] The capability of HCR should be checked in case selective debug is enabled

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

Regis Xu reassigned HARMONY-6284:
---------------------------------

    Assignee: Regis Xu

> [JDWP][Java6] The capability of HCR should be checked in case selective debug is enabled
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6284
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6284
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>    Affects Versions: 5.0M10
>            Reporter: Jim Yu
>            Assignee: Regis Xu
>             Fix For: 5.0M11
>
>         Attachments: HARMONY-6284.diff
>
>
>  When selective debug is enabled, HCR ability would be disabled. So we need to check if HCR is disabled first before invoking IsMethodObsolete. 
>  If so, just return the methodID directly since the result of IsMethodObsolete would be meaningless if HCR is disabled.

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