You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2006/12/06 14:55:23 UTC

[jira] Assigned: (HARMONY-2485) [drlvm][jit][opt] NPE on EM64T with OPT

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

Alexey Varlamov reassigned HARMONY-2485:
----------------------------------------

    Assignee: Alexey Varlamov

> [drlvm][jit][opt] NPE on EM64T with OPT
> ---------------------------------------
>
>                 Key: HARMONY-2485
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2485
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: EM64T
>            Reporter: George Timoshenko
>         Assigned To: Alexey Varlamov
>            Priority: Critical
>         Attachments: HARMONY-2485.patch
>
>
> Any run with OPT on EM64T gives failures like this:
> $HRMN_d -Xem:opt  Hello
> Uncaught exception in main:
> java.lang.NullPointerException
>         at java.net.URLClassLoader.findClassImpl(URLClassLoader.java)
>         at java.net.URLClassLoader$4.run(URLClassLoader.java)
>         at java.net.URLClassLoader$4.run(URLClassLoader.java:1)
>         at java.security.AccessController.doPrivilegedImpl(Unknown Source)
>         at java.security.AccessController.doPrivileged(Unknown Source)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:621)
>         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.
> The problem was triggered by the fix of HARMONY-2158.
> After this patch DrlVMTypeManager::getVTable starts to return the real VTable address instead of runtime_type_handle.
> Jitrino::OPT (Ia32InstCodeSelector) should be modified with respect to these changes.

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