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:
Hans Boehm 2000-12-23 02:23:27 +00:00 committed by Bryce McKinlay
parent 29b5ca410a
commit ca5fc74676
2 changed files with 4 additions and 1 deletions

View 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.

View 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();