On Thu, 2009-07-30 at 12:50 +0200, Tomek Grabiec wrote: > We have to make trace_mutex recursive because java.lang.String > initialization might be triggered during compilation of method > containing ldc on String constant. > > Signed-off-by: Tomek Grabiec <tgrab...@gmail.com> > +void init_tracing(void) > +{ > + pthread_mutexattr_t mutexattr; > + > + if (pthread_mutexattr_init(&mutexattr)) > + error("pthread_mutexattr_init() failed"); > + > + if (pthread_mutexattr_settype(&mutexattr, PTHREAD_MUTEX_RECURSIVE)) > + error("pthread_mutexattr_settype() failed");
NAK. I don't want recursive mutexes in master as I've stated in the past. Pekka ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Jatovm-devel mailing list Jatovm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jatovm-devel