Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 8704 invoked from network); 10 Dec 2009 01:34:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Dec 2009 01:34:40 -0000 Received: (qmail 11051 invoked by uid 500); 10 Dec 2009 01:34:40 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 10985 invoked by uid 500); 10 Dec 2009 01:34:40 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 10976 invoked by uid 99); 10 Dec 2009 01:34:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 01:34:40 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 01:34:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 46DDF29A0021 for ; Wed, 9 Dec 2009 17:34:18 -0800 (PST) Message-ID: <759751647.1260408858288.JavaMail.jira@brutus> Date: Thu, 10 Dec 2009 01:34:18 +0000 (UTC) From: "Regis Xu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-6401) [java6][classlib][instrument] upgrade instrument API to Java6 level MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [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.