2008-08-22  Andrew Haley  <aph@redhat.com>

        PR libgcj/8995:

        * interpret-run.cc (REWRITE_INSN): Null this macro.

        * include/jvm.h (class _Jv_Linker): Declare resolve_mutex, init.
        (read_cpool_entry, write_cpool_entry): New functions.
        * link.cc (_Jv_Linker::resolve_mutex): new.
        (_Jv_Linker::init): New function.
        (_Jv_Linker::resolve_pool_entry): Use {read,write}_cpool_entry
        to ensure atomic access to constant pool entries.

From-SVN: r139493
This commit is contained in:
Andrew Haley 2008-08-22 16:17:19 +00:00
parent e4493315fc
commit ee3cea07f0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
2008-08-22 Andrew Haley <aph@redhat.com>
PR libgcj/8895:
PR libgcj/8995:
* interpret-run.cc (REWRITE_INSN): Null this macro.