You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Fedotov (JIRA)" <ji...@apache.org> on 2007/06/13 16:46:27 UTC

[jira] Commented: (HARMONY-3862) [drlvm][verifier] A subroutine splits execution into several ret instructions

    [ https://issues.apache.org/jira/browse/HARMONY-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504268 ] 

Alexei Fedotov commented on HARMONY-3862:
-----------------------------------------

Hello James,

Thank you for reporting the problem.

I cannot reproduce the bug using the following shortcut with, or without HARMONY-3910 patch. Could you please check if the problem still exists in your environment? Thank you in advance.

$ build/win_ia32_msvc_debug/deploy/jdk/jre/bin/java -Xint -cp .\;c:/bin/eclipse/plugins/org.eclipse.team.core_3.2.100.I200703211300.jar\;c:/bin/eclipse/plugins/org.eclipse.equinox.common_3.3.0.v20070318.jar Test
$ cat Test.java
public class Test {
    public static void main(String[] args) throws java.lang.ClassNotFoundException {
        Class.forName("org.eclipse.team.internal.core.subscribers.ContentComparator").getConstructors();
    }
}


> [drlvm][verifier] A subroutine splits execution into several ret instructions
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-3862
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3862
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports, DRLVM
>         Environment: Harmony 5.0 M1
> Windows XP SP 2
> Eclipse 3.2
> OpenSSH_4.5p1
>            Reporter: James Roper
>
> I am using Eclipse with an external SSH client (the one bundled with Cygwin) to connect to a CVS server (using the "ext" method in Eclipse).  It works fine when running Eclipse under the Sun HotSpot JVM, however, with Harmony, Eclipse reports the following error:
> An internal error occured during: "Updating Synchronize view for CVS Workspace.".
> (class: org/eclipse/team/internal/core/subscribers/ContentComparator, method: compare(Ljava/lang/Object;Lorg/eclipse/core/runtime/IProgressMonitor;)Z) A subroutine splits execution into several ret instructions
> If you need any more information about my environment, let me know.  Off topic, are these the sort of bugs I should be reporting in JIRA?  I couldn't find any bugs that looked like they were the same as this, I'm just a user trying out Milestone 1 because I want to help the Harmony project.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.