Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 57354 invoked from network); 25 Aug 2006 02:29:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2006 02:29:33 -0000 Received: (qmail 86778 invoked by uid 500); 25 Aug 2006 02:29:26 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 86722 invoked by uid 500); 25 Aug 2006 02:29:26 -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 86711 invoked by uid 99); 25 Aug 2006 02:29:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 19:29:26 -0700 X-ASF-Spam-Status: No, hits=3.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_IN_SORBS_WEB,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 202.81.18.155 is neither permitted nor denied by domain of firepure@gmail.com) Received: from [202.81.18.155] (HELO ausmtp06.au.ibm.com) (202.81.18.155) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 19:29:25 -0700 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp06.au.ibm.com (8.13.6/8.13.6) with ESMTP id k7P2UPbw8736770 for ; Fri, 25 Aug 2006 12:30:25 +1000 Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.250.237]) by sd0208e0.au.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id k7P2WEtn238586 for ; Fri, 25 Aug 2006 12:32:19 +1000 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k7P2SoCd002397 for ; Fri, 25 Aug 2006 12:28:50 +1000 Received: from d23m0011.cn.ibm.com (d23m0011.cn.ibm.com [9.181.32.74]) by d23av04.au.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k7P2SnXP002361 for ; Fri, 25 Aug 2006 12:28:49 +1000 Received: from [9.181.107.166] ([9.181.107.166]) by d23m0011.cn.ibm.com (Lotus Domino Release 6.5.5HF262) with ESMTP id 2006082510252663-1745 ; Fri, 25 Aug 2006 10:25:26 +0800 Message-ID: <44EE5FA2.9000003@gmail.com> Date: Fri, 25 Aug 2006 10:25:38 +0800 From: "Jimmy, Jing Lv" User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [ClassLib][Instrument]Put tests to Harmony (and Support_Exec) References: <44ED604C.6030404@gmail.com> <44EDACB7.3000404@googlemail.com> In-Reply-To: <44EDACB7.3000404@googlemail.com> X-MIMETrack: Itemize by SMTP Server on D23M0011/23/M/IBM(Release 6.5.5HF262 | April 5, 2006) at 25/08/2006 10:25:26, Serialize by Router on D23M0011/23/M/IBM(Release 6.5.5HF262 | April 5, 2006) at 25/08/2006 10:28:49, Serialize complete at 25/08/2006 10:28:49 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Oliver Deakin wrote: > Jimmy, Jing Lv wrote: >> Hi, >> The development on instrument is going to an end (I may still >> apply a few patches of refine). And the tests for it do help a lot in >> finding bugs and applying compatibility with RI, and special thanks to >> Stepan and "Support_Exec". :) >> However, I still have a problem with Support_Exec, it usually, if >> not always, meets a problem in loading kernel classes. Tracing into >> the code, I find it add a parameter "-Xbootclasspath:" to launcher >> with a System Property("com.ibm.oti.system.class.path", I'm using J9 >> for DRLVM not ready for jvmti yet). But the property was null on my >> workspace. After deleting that parameter, I get all tests pass using >> both Ant and eclipse. So can someone tell me how to handle this? Or >> can I make a little update to it? > > One problem here will be that com.ibm.oti.system.class.path went out > with VME v3. > In VME v4 we use org.apache.harmony.boot.class.path (see > modules\luni\src\main\native\luni\shared\luniglob.c). Looking at > Support_Exec, it > appears that this setting is out of date and should be updated with the > new value. > Does this fix your problem? > I see :) So could I fix this value? >> >> All existing tests has pass on both Harmony and RI in my >> workspace(Linux/windows) when make a little change to lib name. Though >> VM may not be updated for it very soon, I'd like to add tests to >> Harmony, make it excluded first until VM ready, in order that some one >> who is interested can check by making a little change and run tests. >> Any comments/suggestions? > > Sounds like a good idea - it seems that the workaround to run on the IBM > VME > is pretty straightforward, so people will be able to run the tests if > they want to. > Then when a new VME is out and/or drlvm catches up we can make the tests > "live". > Great, if no objections I'll apply tests soon :) > Regards, > Oliver > -- Best Regards! Jimmy, Jing Lv China Software Development Lab, IBM --------------------------------------------------------------------- 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