Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 16159 invoked from network); 13 Sep 2006 19:48:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2006 19:48:56 -0000 Received: (qmail 73762 invoked by uid 500); 13 Sep 2006 19:48:53 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 73722 invoked by uid 500); 13 Sep 2006 19:48:52 -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 73711 invoked by uid 99); 13 Sep 2006 19:48:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2006 12:48:52 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of alex.blewitt@gmail.com designates 64.233.184.224 as permitted sender) Received: from [64.233.184.224] (HELO wr-out-0506.google.com) (64.233.184.224) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2006 12:48:40 -0700 Received: by wr-out-0506.google.com with SMTP id 71so778601wri for ; Wed, 13 Sep 2006 12:48:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=L7dnA82yLVpKwuV4Rh43M+9/DymRziw1ekG6PbYWEaUj5akihIIjPvgwFNKD79Qs3e+g+ozAEnucR/eukiLr+J0ix6XcHu1+FUwd/B4MeRI4N6Fs8hEL9leiFHfogBuk/uiUopDkKA61Aajc/85QZ++pzfrnct7VQg3ymAxENsM= Received: by 10.90.90.3 with SMTP id n3mr2978818agb; Wed, 13 Sep 2006 12:38:13 -0700 (PDT) Received: by 10.90.94.11 with HTTP; Wed, 13 Sep 2006 12:38:12 -0700 (PDT) Message-ID: <636fd28e0609131238p2dcf3b82t3ec601eb144a255b@mail.gmail.com> Date: Wed, 13 Sep 2006 20:38:12 +0100 From: "Alex Blewitt" To: harmony-dev@incubator.apache.org Subject: Re: [jira] Resolved: (HARMONY-1386) Update to Pack200 decoding libraries In-Reply-To: <11649695.1158139824342.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4032066.1157497643372.JavaMail.jira@brutus> <11649695.1158139824342.JavaMail.jira@brutus> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Yes, the HelloWorld.pack is different and needs to be replaced with the one in the bug report. Thanks, Alex. On 13/09/06, Mikhail Loenko (JIRA) wrote: > [ http://issues.apache.org/jira/browse/HARMONY-1386?page=all ] > > Mikhail Loenko resolved HARMONY-1386. > ------------------------------------- > > Resolution: Fixed > > Thanks for the patch! > Ive applied it in revision 442918 > the tests passed > it's not clear what to do with HelloWorld.pack. should I replace that one in SVN? > > > Update to Pack200 decoding libraries > > ------------------------------------ > > > > Key: HARMONY-1386 > > URL: http://issues.apache.org/jira/browse/HARMONY-1386 > > Project: Harmony > > Issue Type: Improvement > > Components: Classlib > > Reporter: Alex Blewitt > > Assigned To: Mikhail Loenko > > Priority: Minor > > Attachments: HelloWorld.pack, HelloWorld.pack, pack200.patch, pack200.patch > > > > > > I've updated the Pack200 decoding to take into account of the dynamic codec switching (although it currently throws an error if it's detected that such a dynamic switch is used) as well as adding more descriptive logging of what bands are being parsed, including remaining unimplemented bands. No output should be seen unless -Ddebug.pack200=true, but this is only for use whilst ensuring the unpacking is right. > > I'm not sure whether the patch contains the updated binary for HelloWorld.pack, so I'll attach that in addition to the patch. > > I've also fixed a couple of minor bugs in parsing the class and field bands. > > This patch passes all the tests with against the HEAD, but it wouldn't surprise me if the patch was missing some required file :-( > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: http://www.atlassian.com/software/jira > > > --------------------------------------------------------------------- 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