Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 1247 invoked from network); 19 Jun 2007 09:41:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jun 2007 09:41:40 -0000 Received: (qmail 30611 invoked by uid 500); 19 Jun 2007 09:41:39 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 30588 invoked by uid 500); 19 Jun 2007 09:41:39 -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 30578 invoked by uid 99); 19 Jun 2007 09:41:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2007 02:41:39 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of alexei.fedotov@gmail.com designates 64.233.166.178 as permitted sender) Received: from [64.233.166.178] (HELO py-out-1112.google.com) (64.233.166.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2007 02:41:35 -0700 Received: by py-out-1112.google.com with SMTP id a29so3688418pyi for ; Tue, 19 Jun 2007 02:41:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rHI8j+wTs2tO1eb+OmmzdgShLdkRhdLRz3+ja2cu78/v/QmuLRpyGOW93ygMQK7WeBBjNjZaZ97vEmwc8m52Fg6NztAtiKx5qlfnC80AUFQSCfX6+SMy+0rC7x7NyYQFnQuPEeuIxgmbiw1TXFPS1QzpZQnpFF3ze1kYlRSJcMU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pgl7OHNGLrDezFfFCUSswkSdVI/hXRipEwVsS2VhJclKEv5/0o++W8kL1wLWG27rfIj1nRnfOtB1NTTrLqf5+xLenHoUglxiLah+IljOS9u9s/GT6vYbclQAzsYMvUDL0tF4pMwqQ1weTqv1PWhLYrAnzX8MLSIqa7h8UZqcD0o= Received: by 10.64.251.9 with SMTP id y9mr11129184qbh.1182246074041; Tue, 19 Jun 2007 02:41:14 -0700 (PDT) Received: by 10.64.196.7 with HTTP; Tue, 19 Jun 2007 02:41:13 -0700 (PDT) Message-ID: Date: Tue, 19 Jun 2007 13:41:13 +0400 From: "Alexei Fedotov" To: dev@harmony.apache.org Subject: Re: [drlvm][regression] class not found on Eclipse In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org My investigation shows the problem is somewhere here. $ svn diff -r548320:548340 working_vm I found the followig commit in this range. BTW, I didn't get notification about this commit. r548326 | mfursov | 2007-06-18 15:34:08 +0400 (Mon, 18 Jun 2007) | 4 lines $ svn update -r548340 working_vm && ( cd working_vm/build; ./build.bat ); working_vm /build/win_ia32_msvc_debug/deploy/jdk/jre/bin/java -jar c:/bin/eclipse/startup.jar [aafedoto-mobl1] /c/Users/af/ws_harmony/94/trunk $ svn update -r548320 working_vm && ( cd working_vm/build; ./build.bat ); working_vm /build/win_ia32_msvc_debug/deploy/jdk/jre/bin/java -jar c:/bin/eclipse/startup.jar On 6/19/07, Alexei Fedotov wrote: > Hello > > I'm now trying to locate commit which have broken Eclipse launch. Has > anyone experienced this as well? > > $ svn update -r547659 working_vm && ( cd working_vm/build; ./build.bat > ); working_vm/build/win_ia32_msvc_debug/deploy/jdk/jre/bin/java -jar > c:/bin/eclipse/startup.jar > $ expr 548404 + 547659 > 1096063 > $ expr 1096063 / 2 > 548031 > $ svn update -r548031 working_vm && ( cd working_vm/build; ./build.bat > ); working_vm/build/win_ia32_msvc_debug/deploy/jdk/jre/bin/java -jar > c:/bin/eclipse/startup.jar > > [...] > > On 6/18/07, Alexei Fedotov (JIRA) wrote: > > > > [ https://issues.apache.org/jira/browse/HARMONY-4219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505889 ] > > > > Alexei Fedotov commented on HARMONY-4219: > > ----------------------------------------- > > > > The problem on Eclipse launch is reproducible with or without this patch, so feel free to commit. > > > > > [drlvm][verifier] reaching ret without jsr edges check is improved > > > ------------------------------------------------------------------ > > > > > > Key: HARMONY-4219 > > > URL: https://issues.apache.org/jira/browse/HARMONY-4219 > > > Project: Harmony > > > Issue Type: Bug > > > Components: DRLVM > > > Reporter: Alexei Fedotov > > > Attachments: follow_jsr.patch, test.patch > > > > > > > > > The following test case fires an assertion while marking subroutines. Conditionals are slightly improved to detect the case earlier and report error gracefully. Another defensive assertion is added in place of this one. > > > > -- > > This message is automatically generated by JIRA. > > - > > You can reply to this email to add a comment to the issue online. > > > > > > > -- > With best regards, > Alexei, > ESSD, Intel > -- With best regards, Alexei, ESSD, Intel