Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 24135 invoked from network); 17 Oct 2005 20:55:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2005 20:55:54 -0000 Received: (qmail 80028 invoked by uid 500); 17 Oct 2005 20:55:44 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 79978 invoked by uid 500); 17 Oct 2005 20:55:44 -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 79967 invoked by uid 99); 17 Oct 2005 20:55:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2005 13:55:44 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [207.69.195.63] (HELO pop-satin.atl.sa.earthlink.net) (207.69.195.63) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2005 13:55:44 -0700 Received: from elwamui-sweet.atl.sa.earthlink.net ([209.86.224.49]) by pop-satin.atl.sa.earthlink.net with esmtp (Exim 3.36 #10) id 1ERc0w-0003sr-00 for harmony-dev@incubator.apache.org; Mon, 17 Oct 2005 16:55:22 -0400 Message-ID: <15497486.1129582522386.JavaMail.root@elwamui-sweet.atl.sa.earthlink.net> Date: Mon, 17 Oct 2005 15:55:22 -0500 (GMT-05:00) From: Apache Harmony Bootstrap JVM Reply-To: Apache Harmony Bootstrap JVM To: harmony-dev@incubator.apache.org Subject: Re: Changes to bootjvm 0.0.0 coming soon Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: EarthLink Zoo Mail 1.0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Robert, By all means! What do you propose? I need _everything_ you have just mentioned. Which areas are you interested in? One of the things that I have mentioned in the initial action item list (in file 'README') is that someone who knows the ins and outs of threading needs to go in and write some threading and synchronization test cases and exercise this part of the engine. The source for these pieces is in 'jvm/src/thread*.[ch]' . When I get the SVN repository behaving for me (SSH problems right now), I will be checking in the changes for the 0.0.1 release, which will be enough for someone to get started evaluating the code in a fairly final form. With the 0.0.2 release, the test cases will be able to be exercised. Dan Lydick -----Original Message----- From: Rodrigo Kumpera Sent: Oct 17, 2005 3:26 PM To: harmony-dev@incubator.apache.org Subject: Re: Changes to bootjvm 0.0.0 coming soon These are really good news Dan! I think we could start writing test code for the runtime functionality like proper null checks, array bounds, class initialization, synchronization and such. On 10/17/05, Apache Harmony Bootstrap JVM wrote: > > Everyone, > > I've been working hard on changes the bootjvm 0.0.0 ...snip... > >