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


>> * posix-threads.cc (_Jv_ThreadInitData): Use _Jv_Malloc, not new.
>> (_Jv_ThreadDestroyData): Use free, not delete.

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

Yes, definitely.

Tom


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