Return-Path: Delivered-To: apmail-jakarta-bcel-user-archive@www.apache.org Received: (qmail 81225 invoked from network); 9 Feb 2005 19:40:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Feb 2005 19:40:15 -0000 Received: (qmail 84472 invoked by uid 500); 9 Feb 2005 19:40:14 -0000 Delivered-To: apmail-jakarta-bcel-user-archive@jakarta.apache.org Received: (qmail 84457 invoked by uid 500); 9 Feb 2005 19:40:14 -0000 Mailing-List: contact bcel-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "BCEL Users List" Reply-To: "BCEL Users List" Delivered-To: mailing list bcel-user@jakarta.apache.org Received: (qmail 84444 invoked by uid 99); 9 Feb 2005 19:40:14 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of rajendra.kumar.reddy.koduru@sap.com designates 155.56.68.170 as permitted sender) Received: from smtpde02.sap-ag.de (HELO smtpde02.sap-ag.de) (155.56.68.170) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 09 Feb 2005 11:40:11 -0800 Received: from sap-ag.de (smtpde02) by smtpde02.sap-ag.de (out) with ESMTP id UAA13125 for ; Wed, 9 Feb 2005 20:40:07 +0100 (MEZ) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Subject: RE: Query regarding index of local variables Date: Wed, 9 Feb 2005 20:40:07 +0100 Message-ID: <73DFF891F8024B48AD56B594C4C5038A0196BE15@dewdfe23.wdf.sap.corp> Thread-Topic: Query regarding index of local variables Thread-Index: AcUOtugANWh+g51pReKtS3i+8MuGNgAJ+OCg From: "Koduru, Rajendra Kumar Reddy" To: "BCEL Users List" X-OriginalArrivalTime: 09 Feb 2005 19:40:07.0952 (UTC) FILETIME=[2912C900:01C50EDF] X-SAP: out X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Andrew, Thank you for your help regarding this. Currently, everything seems to be fine.. but will post, if I find some probs after extensive testing=20 Thank you Reddy >-----Original Message----- >From: Andrew Huntwork [mailto:ash@huntwork.net]=20 >Sent: Mittwoch, 9. Februar 2005 15:52 >To: BCEL Users List >Subject: Re: Query regarding index of local variables > > >you didn't get the error i was expecting because you wrote the code i=20 >was going to suggest to avoid it. so it looks like you're in=20 >good shape=20 >now. > >Koduru, Rajendra Kumar Reddy wrote: >>=20 >> Andrew, I did not get that type of error, however could you >> please let me know , why were you expecting this?? >> in non void methods, I was using=20 >>=20 >> 1. new ASTORE(x) // storing the result >> 2. jsr call // calling jsr >> 3. new ALOAD(x) // loading back the result >> 4. return // returning the result >>=20 >> and all the branches were reidrected to 1 (i.e store statement) >> in case of non void methods >>=20 >> so could you please let me know , why were you expecting an >> error?? So that I could rectify it >> am I right in doing like this??? >>=20 >> However just to mention, I was also using methodgen.setMaxStack >> before returning the isntrumented method > >--------------------------------------------------------------------- >To unsubscribe, e-mail: bcel-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: bcel-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: bcel-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: bcel-user-help@jakarta.apache.org