]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix PR#.
authorAndrew Haley <aph@gcc.gnu.org>
Fri, 22 Aug 2008 16:17:19 +0000 (16:17 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Fri, 22 Aug 2008 16:17:19 +0000 (16:17 +0000)
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

libjava/ChangeLog

index 8aacf4f11d0d8be0029129568f27e06e33ff6e26..268c02cf6bed4bc8f3db2d817391af43df825da3 100644 (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.