gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
2000-12-23 Hans Boehm <Hans_Boehm@hp.com> * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice. From-SVN: r38476
This commit is contained in:
parent
29b5ca410a
commit
ca5fc74676
@ -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>
|
2000-12-15 Bryce McKinlay <bryce@albatross.co.nz>
|
||||||
|
|
||||||
* Makefile.dist: Renamed from Makefile.orig.
|
* Makefile.dist: Renamed from Makefile.orig.
|
||||||
|
@ -139,7 +139,6 @@ DCL_LOCK_STATE;
|
|||||||
} else {
|
} else {
|
||||||
*opp = obj_link(op);
|
*opp = obj_link(op);
|
||||||
GC_words_allocd += lw;
|
GC_words_allocd += lw;
|
||||||
FASTUNLOCK();
|
|
||||||
}
|
}
|
||||||
*(void **)op = ptr_to_struct_containing_descr;
|
*(void **)op = ptr_to_struct_containing_descr;
|
||||||
UNLOCK();
|
UNLOCK();
|
||||||
|
Loading…
Reference in New Issue
Block a user