Ticket #9453Open Date: 2006-11-20 21:45 Last Update: 2010-03-06 00:00 Thread.interrupted() problem
Attach FileTicket History - 3/5 Histories [Show all old Histories]2007-12-12 10:08 Update by: None2009-11-07 14:09 Update by: freebeans
CommentThread.interrupted() does not reset internal Event. if you call Thread.sleep() after Thread#interrupt() and Thread.interrupted(), InterruptedException occurred. 2009-12-31 14:15 Update by: freebeans
2009-12-31 14:23 Update by: freebeans
2010-03-06 00:00 Update by: freebeans
Add Comment/Update #9453 (Thread.interrupted() problem) |
Comment
Logged In: NO
Hi, i had same problem when i was using jtables, i modify my
tablemodel to use less concatenations between Strings and
never saw the error again. I think is becose the vm dont
have more memory to work and it kill the process.