Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 94448 invoked from network); 11 Jan 2010 08:36:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jan 2010 08:36:41 -0000 Received: (qmail 21222 invoked by uid 500); 11 Jan 2010 08:36:40 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 21157 invoked by uid 500); 11 Jan 2010 08:36:40 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 21146 invoked by uid 99); 11 Jan 2010 08:36:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2010 08:36:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of xu.regis@gmail.com designates 209.85.221.200 as permitted sender) Received: from [209.85.221.200] (HELO mail-qy0-f200.google.com) (209.85.221.200) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2010 08:36:31 +0000 Received: by qyk38 with SMTP id 38so1663590qyk.25 for ; Mon, 11 Jan 2010 00:36:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=/lBGv7KM6XtwuDn+BfxSHGF4CqfgLaqVgMCsVa+437A=; b=tZbkhChsqApkEzCA0cK334B36f0Nb6ulpqq9ish0P4nVSfzLOBrLzkC1C8fSnK2SEO GpG+4rzku99zdkLiPZMJ+rODD5PF7Z9biWfWb4OcgVydw1naQlUt8QVZrv6oJxpaYzJA umSj7CsEfeVY8hTBEhVNFFs1n/64dvRLatus0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=qWVOLXvmnPTo3iQvjV/bHiCtVIwJQardJ9Q2m7MgR91+f9+YATue94GW7FThyBE3Na vD1PgHIiISS5FMA6q2TJU/mxpuxvwtg6NJr/vpt5nDXhCTais7FEi26pECQGhNRTEgEm Cv+GdZPVmW/jx7POhSeJwfyya+4AdK7PuVt24= Received: by 10.229.68.28 with SMTP id t28mr2350085qci.95.1263198970060; Mon, 11 Jan 2010 00:36:10 -0800 (PST) Received: from ?9.123.237.18? ([220.248.0.145]) by mx.google.com with ESMTPS id 8sm6826434qwj.23.2010.01.11.00.34.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 11 Jan 2010 00:36:08 -0800 (PST) Message-ID: <4B4AE275.7030206@gmail.com> Date: Mon, 11 Jan 2010 16:33:57 +0800 From: Regis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: 6.0 Milestone testing -windowsXP-32 References: <4d9fb1a00912180321k21c1af7eibf50070ad93e937e@mail.gmail.com> <4d9fb1a01001062322m53dfa13uccb8ed9a1a92871b@mail.gmail.com> <4d9fb1a01001102201s60da5770gb04ed84720beca9d@mail.gmail.com> In-Reply-To: <4d9fb1a01001102201s60da5770gb04ed84720beca9d@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 2010-01-11 14:01, Ray Chen wrote: > Hi all, > For javax.swing.text.html.HTMLDocument_Reader_ActionsTest (1 failure > and 1 error) > I compared two swing.jar of trunk and java6, the only difference > between them is that java6 added some new classes: > > javax\swing\event\RowSorterEvent$Type.class > javax\swing\event\RowSorterEvent.class > javax\swing\event\RowSorterListener.class > javax\swing\filechooser\FileNameExtensionFilter.class > javax\swing\RowSorter$SortKey.class > javax\swing\RowSorter.class > javax\swing\SortOrder.class > > I think these classes are not related to this test. However, even > after I removed these new added classes or replaced trunk's swing.jar > with java6's swing.jar and run the test on the modified trunk , the > test still failed. > And trunk's swing.jar works well in both trunk and java6 to run this test. > So I am a little confused, same classes, same vm, why different result? > > One more thing, although java6 only added a few classes in swing > module, the swing.jar is much bigger than trunk's (java6 5.11MB and > trunk 2.38MB on my machine). > I also found that java6's boot folder is much bigger than trunk's, > about 11MB bigger. > Did we really add "11MB" new features, or there is something wrong? I think java6 is missing in make/properties.xml, so all the jars are not compressed. I propose to apply patch [1] to java6, that can significant reduce our build size as Ray mentioned before. [1] Index: make/properties.xml ===================================================================== --- make/properties.xml +++ make/properties.xml @@ -44,6 +44,7 @@ + -- Best Regards, Regis.