Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 1997 16:23:32 -0800 (PST)
From:      Jeffrey Hsu <hsu>
To:        hackers
Subject:   Re: patches for JDK 1.1.5?
Message-ID:  <199712280023.QAA00226@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
  > I have a 1.1.4 port
  > It works fairly well, but suffers occasionally from recursive malloc
  > calls.

Copy /usr/src/lib/libc/stdlib/malloc.c and to
src/solaris/java/runtime/malloc_md.c and modify THREAD_LOCK() and
THREAD_UNLOCK() to call sysMonitorEnter(&_malloc_lock) and
sysMonitorExit(&_malloc_lock).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712280023.QAA00226>