mccoyst / tact

Tact automatically adds certain runtime checks to Java bytecode in class files.
0 stars 0 forks source link

Don't add thread to map on re-thread #9

Closed mccoyst closed 12 years ago

mccoyst commented 12 years ago

Checker.check() should just throw the exception for re-threads. This isn't to say that I expect people catch these exceptions and am worried about a leak or wrong behavior, but the code just shouldn't be there.