On Sat, 2009-05-09 at 23:10 +0200, Tomek Grabiec wrote:
> A deadlock occures when compiling a code with recursive calls:
> public static void x(int x) {
>     if (x == 0)
>         x(1);
> }
> 
> The solution is not to try to lock the mutex if the invoke target
> points to the same compilation_unit as the currently compiling one.
> 
> Signed-off-by: Tomek Grabiec <[email protected]>

Applied, thanks!


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to