commit | 5b717e764a4b3108e2169695670223fe938e92e2 | [log] [tgz] |
---|---|---|
author | David Holmes <dholmes@openjdk.org> | Mon Mar 21 22:16:19 2011 -0400 |
committer | David Holmes <dholmes@openjdk.org> | Mon Mar 21 22:16:19 2011 -0400 |
tree | 2f7e52b3ddaaf75e46494022b2cfd721fb0739bc | |
parent | f80ed5fdede64782ba572489c3b50357f4989b44 [diff] |
6535709: interrupt of wait()ing thread isn't triggerring InterruptedException - test intwait3 Only clear the interrupt state if we will report that it was set Reviewed-by: dcubed, alanb, phh, coleenp, dice