This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libjava test suite keeps getting stuck




On Mon, 23 Apr 2001, Zack Weinberg wrote:
> 	* posix-threads.cc (_Jv_ThreadInitData): Use _Jv_Malloc, not new.
> 	(_Jv_ThreadDestroyData): Use free, not delete.

You probably want _Jv_Free here instead of free since there is no
guarantee _Jv_Malloc will always use the system malloc.

Jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]