OSDN Git Service

Fix PR#.
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Aug 2008 16:17:19 +0000 (16:17 +0000)
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139493 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog

index 8aacf4f..268c02c 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.