mccoyst / tact

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

Omit default checks in finalizers #15

Closed mccoyst closed 12 years ago

mccoyst commented 12 years ago

The original thread probably won't run finalizers, so don't check default ownership there. GuardedBy checks should still be done, but I'm not sure how to nicely deal with runtime-set guards.

mccoyst commented 12 years ago

For now, I'm not going to bother with special-casing guards in finalizers.