Alexey, I will check it and fix it today. On 6/19/07, Alexei Fedotov <[EMAIL PROTECTED]> wrote:
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 <[EMAIL PROTECTED]> 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) <[EMAIL PROTECTED]> 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
-- Mikhail Fursov
