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
