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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]