Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 54957 invoked from network); 20 Sep 2006 08:51:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2006 08:51:22 -0000 Received: (qmail 84608 invoked by uid 500); 20 Sep 2006 08:51:17 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 84565 invoked by uid 500); 20 Sep 2006 08:51:17 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 84553 invoked by uid 99); 20 Sep 2006 08:51:17 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Sep 2006 01:51:17 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=t.p.ellison@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_BY_IP DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from ([64.233.182.191:56904] helo=nf-out-0910.google.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 7F/70-00532-0F001154 for ; Wed, 20 Sep 2006 01:50:57 -0700 Received: by nf-out-0910.google.com with SMTP id x4so457784nfb for ; Wed, 20 Sep 2006 01:50:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=puLWC8Tjh9hlUQkEiUDxXj6sTutNnCK8M0H7aUsnKFKmYuQTvIYvQXvqQHQCc2EJbwGUPsRhdISynywBtWH/TavLAs5nhwLAP6kfUrwEW7HQE4tqfHPfdLLQI25NwT3ORQi841NhOGHeYgRAEcziFQieG3XLV/l7mieeXNc9qYY= Received: by 10.78.148.8 with SMTP id v8mr4398399hud; Wed, 20 Sep 2006 01:50:53 -0700 (PDT) Received: from ?9.20.183.164? ( [195.212.29.83]) by mx.gmail.com with ESMTP id 2sm492201hue.2006.09.20.01.50.53; Wed, 20 Sep 2006 01:50:53 -0700 (PDT) Message-ID: <451100E7.2000105@gmail.com> Date: Wed, 20 Sep 2006 09:50:47 +0100 From: Tim Ellison User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: HARMONY-1407: Contribution of Java code for package java.lang.management References: <002001c6dac6$112f4c50$0401a8c0@LITTLEGUY> <450E3647.70602@pobox.com> <3c7e1c080609192300v1a5431e4vea0e3531aa96668d@mail.gmail.com> In-Reply-To: <3c7e1c080609192300v1a5431e4vea0e3531aa96668d@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Andrey Yakushev wrote: > Do I understand correctly, that j.l.management support could be > implemented for DRLVM as follows: > > 1. Integrate HARMONY-1407 into classlib and obtain > UnsatisfiedLinkError on DRLVM. > 2. Implement native methods in kernel classes as stubs returning some > realistic values. It could allow test and jconsole running. > 3. Replace these stabs one by one with possible adding of the > interface functions in DRLVM modules like GC and TM. > > Really I have tried to go through this plan "ahead of time" :) > Currently I wrote native methods stubs and made run for the tests from > HARMONY-1407. The result is: > Tests run: 90, Failures: 15, Errors: 9 > 13 failures is StackTraceElement similar as Rui mentioned. Can you give details of the problems in StackTraceElement and we can fix them -- raise a JIRA and let us know the number. Thanks Tim > 8 errors due to not implemented method > at > java.util.logging.LogManager.getLoggingMXBean(LogManager.java:154) > Other 3 problems needs additional investigation > > Is my activity helpful? > Nathan, do you have similar or different plan for HARMONY-1407 integration? > > Thanks, > Andrey > > > On 9/18/06, Rui Hu wrote: >> As I know so far, there is only java code in HARMONY-1407 >> So, you can build the code on RI, Harmony(only fail on a signal bug of >> java.lang.StackTraceElement in luni-kernel.jar), and IBM JDK >> successfully. >> But the native code of j.l.management is not available now, so you'll >> fail >> if you run the tests on Harmony, and got an UnsatisfiedLinkError. > > > On 9/18/06, Geir Magnusson Jr. wrote: >> Yes. I have some docs that need to be put in SVN - I hope to do that >> today. Once we do that, we need to simply vote to accept the code. >> >> If you start working with it ahead of time, that will be good :) >> >> geir >> >> >> Nathan Beyer wrote: >> > Are there any documents or anything that needs to be resolved before >> I can >> > start working on the code in HARMONY-1407? >> > >> > >> > >> > http://issues.apache.org/jira/browse/HARMONY-1407 >> > >> > >> > >> > -Nathan >> > >> > >> >> --------------------------------------------------------------------- >> Terms of use : http://incubator.apache.org/harmony/mailing.html >> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org >> For additional commands, e-mail: harmony-dev-help@incubator.apache.org >> >> > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > -- Tim Ellison (t.p.ellison@gmail.com) IBM Java technology centre, UK. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org