fix stress test breakage when throwing ArrayIndexOutOfBoundsExceptions

This commit is contained in:
Joel Dice 2008-06-27 09:09:14 -06:00
parent 9388b6e2ce
commit 0f94bea5a6

View File

@ -1346,6 +1346,7 @@ inline void
stress(Thread* t)
{
if ((not t->stress)
and (not t->tracing)
and t->state != Thread::NoState
and t->state != Thread::IdleState)
{