You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Regis Xu (JIRA)" <ji...@apache.org> on 2009/12/10 03:23:18 UTC

[jira] Commented: (HARMONY-6401) [java6][classlib][instrument] upgrade instrument API to Java6 level

    [ https://issues.apache.org/jira/browse/HARMONY-6401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788450#action_12788450 ] 

Regis Xu commented on HARMONY-6401:
-----------------------------------

I'll merge code from java5 first, to make sure all fix in java5 also present in java6 first.

> [java6][classlib][instrument] upgrade instrument API to Java6 level
> -------------------------------------------------------------------
>
>                 Key: HARMONY-6401
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6401
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>    Affects Versions: 5.0M12
>            Reporter: Regis Xu
>
> Since Java6, some new APIs add to java.lang.instruemnt.Instrumentation:
> addTransformer(ClassFileTransformer transformer, boolean canRetransform) 
> appendToBootstrapClassLoaderSearch(JarFile jarfile) 
> appendToSystemClassLoaderSearch(JarFile jarfile) 
> isModifiableClass(Class<?> theClass) 
> isNativeMethodPrefixSupported() 
> isRetransformClassesSupported() 
> retransformClasses(Class<?>... classes) 
> setNativeMethodPrefix(ClassFileTransformer transformer, String prefix) 
> This task's goal is to implement all these new APIs.

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