hi, Simon:
I have no problem to replace the current atomic_inc32(..) in gc_gen
with atomic_add32(...,1) or apr_atomic_add32(..., 1), before I sucessfully
run the rebuild DRLVM. So I think there is no problem for me to load
apr_atomic_add32.
Maybe you can also check that? Or you can just post a patch for my
study. Thanks a lot.
On Wed, Oct 22, 2008 at 3:27 PM, Simon Zhou <[EMAIL PROTECTED]> wrote:
> Hi All,
> I use apr_atomic_add32(volatile apr_uint32_t *mem, apr_uint32_t val) in
> gc_gen code
> then a error occurs when I run Harmony after rebuilding DRLVM (compiling
> is
> OK),
> the error message is like this:
>
> error /home/zhouxun/deploy/jdk/jre/bin/default/libgc_gen_uncomp.so:
> undefined symbol: apr_atomic_add32, is 20019, expected 0
> HMYEXEL062E Internal VM error: Failed to create Java VM
> FAILED to invoke JVM.
>
> and this error only appears in Linux.
> would you like to give some suggestion to handle this? thanks
>
> thanks
> Simon
>
> --
> From : [EMAIL PROTECTED] Processing Institution, Fudan University
>