You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Jimmy, Jing Lv (JIRA)" <ji...@apache.org> on 2006/08/04 10:45:13 UTC

[jira] Created: (HARMONY-1065) [classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation

[classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation
---------------------------------------------------------------------------------------------

                 Key: HARMONY-1065
                 URL: http://issues.apache.org/jira/browse/HARMONY-1065
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
            Reporter: Jimmy, Jing Lv


There is a new interface java.lang.instrument.Instrumentation in RI, but not in Harmony.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-1065) [classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1065?page=all ]

Paulex Yang closed HARMONY-1065.
--------------------------------


Verified by Jimmy.

> [classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1065
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1065
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>         Assigned To: Paulex Yang
>         Attachments: 01.Harmony1065.diff, 02.Harmony1065.sh
>
>
> There is a new interface java.lang.instrument.Instrumentation in RI, but not in Harmony.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-1065) [classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1065?page=all ]

Paulex Yang reassigned HARMONY-1065:
------------------------------------

    Assignee: Paulex Yang

> [classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1065
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1065
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>         Assigned To: Paulex Yang
>         Attachments: 01.Harmony1065.diff, 02.Harmony1065.sh
>
>
> There is a new interface java.lang.instrument.Instrumentation in RI, but not in Harmony.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1065) [classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation

Posted by "Jimmy, Jing Lv (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1065?page=comments#action_12426507 ] 
            
Jimmy, Jing Lv commented on HARMONY-1065:
-----------------------------------------

Hello Paulex,

    Yes, I shall take care of that next time, sorry for inconvenience.
    The fix is good. Thanks!

Best regards,
Jimmy

> [classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1065
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1065
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>         Assigned To: Paulex Yang
>         Attachments: 01.Harmony1065.diff, 02.Harmony1065.sh
>
>
> There is a new interface java.lang.instrument.Instrumentation in RI, but not in Harmony.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-1065) [classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1065?page=all ]

Paulex Yang resolved HARMONY-1065.
----------------------------------

    Resolution: Fixed

Jimmy, patch applied at revision r429287 together with other linked issues(HARMONY-1065, HARMONY-1071, HARMONY-1072, HARMONY-1074, HARMONY-1078), because they are interrelated. Thanks a lot for this enhancement. It would be nice if you make these patches independent. Please verify all these issues are resolved as you expected.

> [classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1065
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1065
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>         Assigned To: Paulex Yang
>         Attachments: 01.Harmony1065.diff, 02.Harmony1065.sh
>
>
> There is a new interface java.lang.instrument.Instrumentation in RI, but not in Harmony.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1065) [classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1065?page=comments#action_12426110 ] 
            
Paulex Yang commented on HARMONY-1065:
--------------------------------------

Jimmy, I cannot compile instrument module after appling this patch, seems it has dependency on other new classes(ClassFileTransformer or so) of this module?

> [classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1065
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1065
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>         Assigned To: Paulex Yang
>         Attachments: 01.Harmony1065.diff, 02.Harmony1065.sh
>
>
> There is a new interface java.lang.instrument.Instrumentation in RI, but not in Harmony.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1065) [classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation

Posted by "Jimmy, Jing Lv (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1065?page=all ]

Jimmy, Jing Lv updated HARMONY-1065:
------------------------------------

    Attachment: 01.Harmony1065.diff
                02.Harmony1065.sh

Hello,

    Would you please try my patch?

Thanks!

Best regards,
Jimmy

> [classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1065
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1065
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>         Attachments: 01.Harmony1065.diff, 02.Harmony1065.sh
>
>
> There is a new interface java.lang.instrument.Instrumentation in RI, but not in Harmony.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1065) [classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation

Posted by "Jimmy, Jing Lv (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1065?page=comments#action_12426111 ] 
            
Jimmy, Jing Lv commented on HARMONY-1065:
-----------------------------------------

Oops, it is my fault. Please defer this patch, I'll raise jira for other classes/interface as its dependance soon, sorry for inconvenience.

> [classlib][instrument]Java 5 Enhancement: new interface: java.lang.instrument.Instrumentation
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1065
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1065
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>         Assigned To: Paulex Yang
>         Attachments: 01.Harmony1065.diff, 02.Harmony1065.sh
>
>
> There is a new interface java.lang.instrument.Instrumentation in RI, but not in Harmony.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira