You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Geir Magnusson Jr (JIRA)" <ji...@apache.org> on 2006/10/02 22:48:28 UTC

[jira] Resolved: (HARMONY-1622) [drlvm] classloading fails on '/' symbos

     [ http://issues.apache.org/jira/browse/HARMONY-1622?page=all ]

Geir Magnusson Jr resolved HARMONY-1622.
----------------------------------------

    Resolution: Fixed

r452205

> [drlvm] classloading fails on '/' symbos
> ----------------------------------------
>
>                 Key: HARMONY-1622
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1622
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alexey Varlamov
>         Assigned To: Geir Magnusson Jr
>            Priority: Minor
>         Attachments: HARMONY-1622.patch
>
>
> The org.apache.harmony.archive.tests.java.util.jar.JarOutputStreamTest of classlib fails on DRLVM with the following trace:
>     [junit] java/lang/NoClassDefFoundError : The name is expected in binary (canonical) form, therefore '/' symbols are not allowed: foo/bar/execjartest/MainClass
>     [junit]  at java.lang.VMClassRegistry.defineClass (Native Method)
>     [junit]  at java.lang.ClassLoader.defineClass (Unknown Source)
>     [junit]  at java.security.SecureClassLoader.defineClass (SecureClassLoader.java: 68)
>     [junit]  at java.net.URLClassLoader.findClassImpl (URLClassLoader.java: 1130)
>     [junit]  at java.net.URLClassLoader$4.run (URLClassLoader.java: 617)
>     [junit]  at java.net.URLClassLoader$4.run (URLClassLoader.java: 616)
>     [junit]  at java.security.AccessController.doPrivilegedImpl (Unknown Source)
>     [junit]  at java.security.AccessController.doPrivileged (Unknown Source)
>     [junit]  at java.net.URLClassLoader.findClass (URLClassLoader.java: 614)
>     [junit]  at java.lang.ClassLoader.loadClass (Unknown Source)
>     [junit]  at java.net.URLClassLoader$SubURLClassLoader.loadClass (URLClassLoader.java: 116)
>     [junit]  at java.lang.ClassLoader.loadClass (Unknown Source)
>     [junit]  at org.apache.harmony.vm.JarRunner.main (Unknown Source)

-- 
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