You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Stepan Mishura <st...@gmail.com> on 2007/03/28 05:05:33 UTC

Re: svn commit: r523088 - in /harmony/enhanced/drlvm/trunk/vm: include/open/ thread/src/ vmcore/include/ vmcore/src/thread/ vmi/src/

Hi Weldon,

It looks that this commit broke DRL VM on Linux x86_64. VM fails for me with:
java/lang/UnsatisfiedLinkError : Failed loading library
"libhytext.so": DSO load failed

So I can not run any test. Could you have a look?

Thanks,
Stepan.

-----Original Message-----
From: wjwashburn@apache.org [mailto:wjwashburn@apache.org]
Sent: Wednesday, March 28, 2007 4:25 AM
To: commits@harmony.apache.org
Subject: svn commit: r523088 - in /harmony/enhanced/drlvm/trunk/vm:
include/open/ thread/src/ vmcore/include/ vmcore/src/thread/ vmi/src/

Author: wjwashburn
Date: Tue Mar 27 14:24:55 2007
New Revision: 523088

URL: http://svn.apache.org/viewvc?view=rev&rev=523088
Log:
Harmony-3065, TLS inlining to improve performance
build, build test pass on win32, RHEL4.0 32-bit w/ gcc4.0.2


Modified:
    harmony/enhanced/drlvm/trunk/vm/include/open/hythread.h
    harmony/enhanced/drlvm/trunk/vm/include/open/hythread_ext.h
    harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.def
    harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.exp
    harmony/enhanced/drlvm/trunk/vm/thread/src/thread_init.c
    harmony/enhanced/drlvm/trunk/vm/thread/src/thread_java_monitors.c
    harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_basic.c
    harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_suspend.c
    harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_thin_monitor.c
    harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_tls.c
    harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h
    harmony/enhanced/drlvm/trunk/vm/vmcore/include/vm_threads.h
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_generic.cpp
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_manager.cpp
    harmony/enhanced/drlvm/trunk/vm/vmi/src/vmi.cpp


-- 
Stepan Mishura
Intel Enterprise Solutions Software Division

Re: svn commit: r523088 - in /harmony/enhanced/drlvm/trunk/vm: include/open/ thread/src/ vmcore/include/ vmcore/src/thread/ vmi/src/

Posted by Weldon Washburn <we...@gmail.com>.
oops.  My mistake.  Sorry.  I will try to rollback right this minute.



On 3/27/07, Stepan Mishura <st...@gmail.com> wrote:
>
> Hi Weldon,
>
> It looks that this commit broke DRL VM on Linux x86_64. VM fails for me
> with:
> java/lang/UnsatisfiedLinkError : Failed loading library
> "libhytext.so": DSO load failed
>
> So I can not run any test. Could you have a look?
>
> Thanks,
> Stepan.
>
> -----Original Message-----
> From: wjwashburn@apache.org [mailto:wjwashburn@apache.org]
> Sent: Wednesday, March 28, 2007 4:25 AM
> To: commits@harmony.apache.org
> Subject: svn commit: r523088 - in /harmony/enhanced/drlvm/trunk/vm:
> include/open/ thread/src/ vmcore/include/ vmcore/src/thread/ vmi/src/
>
> Author: wjwashburn
> Date: Tue Mar 27 14:24:55 2007
> New Revision: 523088
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=523088
> Log:
> Harmony-3065, TLS inlining to improve performance
> build, build test pass on win32, RHEL4.0 32-bit w/ gcc4.0.2
>
>
> Modified:
>    harmony/enhanced/drlvm/trunk/vm/include/open/hythread.h
>    harmony/enhanced/drlvm/trunk/vm/include/open/hythread_ext.h
>    harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.def
>    harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.exp
>    harmony/enhanced/drlvm/trunk/vm/thread/src/thread_init.c
>    harmony/enhanced/drlvm/trunk/vm/thread/src/thread_java_monitors.c
>    harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_basic.c
>    harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_suspend.c
>    harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_thin_monitor.c
>    harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_tls.c
>    harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h
>    harmony/enhanced/drlvm/trunk/vm/vmcore/include/vm_threads.h
>    harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_generic.cpp
>    harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_manager.cpp
>    harmony/enhanced/drlvm/trunk/vm/vmi/src/vmi.cpp
>
>
> --
> Stepan Mishura
> Intel Enterprise Solutions Software Division
>



-- 
Weldon Washburn