OSDN Git Service

2000-12-23 Hans Boehm <Hans_Boehm@hp.com>
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Dec 2000 02:23:27 +0000 (02:23 +0000)
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Dec 2000 02:23:27 +0000 (02:23 +0000)
* gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.

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

boehm-gc/ChangeLog
boehm-gc/gcj_mlc.c

index 4e20673..eb91029 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
+
+       * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
+
 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
 
        * Makefile.dist: Renamed from Makefile.orig.
index eb67eac..d7b912c 100644 (file)
@@ -139,7 +139,6 @@ DCL_LOCK_STATE;
         } else {
             *opp = obj_link(op);
             GC_words_allocd += lw;
-            FASTUNLOCK();
         }
        *(void **)op = ptr_to_struct_containing_descr;
        UNLOCK();