You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Artem Aliev <ar...@gmail.com> on 2006/09/25 18:40:28 UTC

[drlvm] Please integrate HARMONY -1340.

Committers,

Could you please integrate fix from:
HARMONY -1340 Fix invalid assertion in thread_native_fat_monitor.c

The patch is trivial.
The assertion in the current code is incorrect, it check that monitor
is entered not more then once (recursion_count < 1)
It was left in the code by mistake.
The monitor recursion count could be any positive number (the number
of nested monitorEnter calls).

This assert happend quite often: in self hosting mode, and always on EM64T.

Thanks
Artem

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [drlvm] Please integrate HARMONY -1340.

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
Done

On Sep 25, 2006, at 12:40 PM, Artem Aliev wrote:

> Committers,
>
> Could you please integrate fix from:
> HARMONY -1340 Fix invalid assertion in thread_native_fat_monitor.c
>
> The patch is trivial.
> The assertion in the current code is incorrect, it check that monitor
> is entered not more then once (recursion_count < 1)
> It was left in the code by mistake.
> The monitor recursion count could be any positive number (the number
> of nested monitorEnter calls).
>
> This assert happend quite often: in self hosting mode, and always  
> on EM64T.
>
> Thanks
> Artem
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org