You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vera Volynets (JIRA)" <ji...@apache.org> on 2006/12/11 16:25:21 UTC

[jira] Created: (HARMONY-2611) [drlvm] Couldn't run class junit.framework.TestListener from eclipse 3.1

[drlvm] Couldn't run class junit.framework.TestListener from eclipse 3.1
------------------------------------------------------------------------

                 Key: HARMONY-2611
                 URL: http://issues.apache.org/jira/browse/HARMONY-2611
             Project: Harmony
          Issue Type: Bug
            Reporter: Vera Volynets


Class parser throws ClassFileFormatError because ACC_SUPER flag of interface is set, though it shouldn't be.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2611) [drlvm] Couldn't run class junit.framework.TestListener from eclipse 3.1

Posted by "Vera Volynets (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2611?page=all ]

Vera Volynets updated HARMONY-2611:
-----------------------------------

    Attachment: interface_super.patch

Omits check that interface shouldn't have ACC_SUPER flag set. 

> [drlvm] Couldn't run class junit.framework.TestListener from eclipse 3.1
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-2611
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2611
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Vera Volynets
>         Attachments: interface_super.patch
>
>
> Class parser throws ClassFileFormatError because ACC_SUPER flag of interface is set, though it shouldn't be.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2611) [drlvm] Couldn't run class junit.framework.TestListener from eclipse 3.1

Posted by "Vera Volynets (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2611?page=all ]

Vera Volynets updated HARMONY-2611:
-----------------------------------

    Patch Info: [Patch Available]

> [drlvm] Couldn't run class junit.framework.TestListener from eclipse 3.1
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-2611
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2611
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Vera Volynets
>         Attachments: interface_super.patch
>
>
> Class parser throws ClassFileFormatError because ACC_SUPER flag of interface is set, though it shouldn't be.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-2611) [drlvm] Couldn't run class junit.framework.TestListener from eclipse 3.1

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky closed HARMONY-2611.
--------------------------------------


No response, assuming ok.

> [drlvm] Couldn't run class junit.framework.TestListener from eclipse 3.1
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-2611
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2611
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Vera Volynets
>            Assignee: Gregory Shimansky
>         Attachments: interface_super.patch
>
>
> Class parser throws ClassFileFormatError because ACC_SUPER flag of interface is set, though it shouldn't be.

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


[jira] Updated: (HARMONY-2611) [drlvm] Couldn't run class junit.framework.TestListener from eclipse 3.1

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2611?page=all ]

Gregory Shimansky updated HARMONY-2611:
---------------------------------------

    Assignee: Gregory Shimansky

I reproduced the problem:

$ ../work/Harmony/enhanced/trunk/working_vm/build/win_ia32_msvc_debug/deploy/jre/bin/java -cp plugins/org.junit_3.8.1/junit.jar junit.framework.TestListener
Uncaught exception in main:
java.lang.ClassFormatError: junit/framework/TestListener : if class is interface, no flags except ACC_ABSTRACT or ACC_PUBLIC can be set
        at java.lang.VMClassRegistry.defineClass(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:70)
        at java.net.URLClassLoader.findClassImpl(URLClassLoader.java:1137)
        at java.net.URLClassLoader$4.run(URLClassLoader.java:619)
        at java.net.URLClassLoader$4.run(URLClassLoader.java)
        at java.security.AccessController.doPrivilegedImpl(Unknown Source)
        at java.security.AccessController.doPrivileged(Unknown Source)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:617)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader$SystemClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
FAILED to invoke JVM.


> [drlvm] Couldn't run class junit.framework.TestListener from eclipse 3.1
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-2611
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2611
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Vera Volynets
>         Assigned To: Gregory Shimansky
>         Attachments: interface_super.patch
>
>
> Class parser throws ClassFileFormatError because ACC_SUPER flag of interface is set, though it shouldn't be.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-2611) [drlvm] Couldn't run class junit.framework.TestListener from eclipse 3.1

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2611?page=all ]

Gregory Shimansky resolved HARMONY-2611.
----------------------------------------

    Resolution: Fixed

Patch applied at 485756. Please check that it was applied as expected.

> [drlvm] Couldn't run class junit.framework.TestListener from eclipse 3.1
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-2611
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2611
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Vera Volynets
>         Assigned To: Gregory Shimansky
>         Attachments: interface_super.patch
>
>
> Class parser throws ClassFileFormatError because ACC_SUPER flag of interface is set, though it shouldn't be.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2611) [drlvm] Couldn't run class junit.framework.TestListener from eclipse 3.1

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2611?page=comments#action_12457418 ] 
            
Alexey Varlamov commented on HARMONY-2611:
------------------------------------------

Vera, I believe you also wanted to add a comment there, to avoid fixing this issue one more time in future.

> [drlvm] Couldn't run class junit.framework.TestListener from eclipse 3.1
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-2611
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2611
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Vera Volynets
>         Assigned To: Gregory Shimansky
>         Attachments: interface_super.patch
>
>
> Class parser throws ClassFileFormatError because ACC_SUPER flag of interface is set, though it shouldn't be.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira