Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 72893 invoked from network); 10 Jun 2008 09:15:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jun 2008 09:15:17 -0000 Received: (qmail 87283 invoked by uid 500); 10 Jun 2008 09:15:20 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 87260 invoked by uid 500); 10 Jun 2008 09:15:20 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 87251 invoked by uid 99); 10 Jun 2008 09:15:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 02:15:20 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 09:14:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C12F923889F7; Tue, 10 Jun 2008 02:14:56 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r666028 - /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp Date: Tue, 10 Jun 2008 09:14:56 -0000 To: commits@harmony.apache.org From: varlax@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080610091456.C12F923889F7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: varlax Date: Tue Jun 10 02:14:56 2008 New Revision: 666028 URL: http://svn.apache.org/viewvc?rev=666028&view=rev Log: Add enumeration to rt logging Modified: harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp Modified: harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp?rev=666028&r1=666027&r2=666028&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp (original) +++ harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp Tue Jun 10 02:14:56 2008 @@ -520,6 +520,9 @@ { AutoTimer tm(enumerateTimer); + if(Log::cat_rt()->isEnabled()) + Log::cat_rt()->out() << "ENUMERATE_STACK_FRAME(" << methodDesc << ")" << ::std::endl; + // Compute stack information U_32 stackInfoSize = (U_32)StackInfo::getByteSize(methodDesc); U_8* infoBlock = methodDesc->getInfoBlock(); @@ -544,7 +547,7 @@ gcSite.enumerate(gcInterface, context, stackInfo); } } else { - //NPE + GC -> nothing to enumerate for this frame; + //hw NPE + GC -> nothing to enumerate for this frame; //in debug mode all hardware exceptions are saved as empty gcsafepoints // yet there are some issues with SOE: // e.g. we are in trouble if SOE is caught in the same method...