| 1. | You cannot depend on finalizers or destructors or 不能依赖于终结器、析构函数或 |
| 2. | Assuming they do not have a finalizer but rely on 后,假定类没有终结器而是依赖 |
| 3. | Finalizers are expressed using destructor syntax 使用析构函数语法表示终结器。 |
| 4. | Handle can still be resurrected in the finalizer 句柄仍可以在终结器中再次出现。 |
| 5. | Ensure finalizers are free of synchronization problems 确保终结器没有同步问题 |
| 6. | Finalizers must be free of synchronization problems 终结器必须没有同步问题。 |
| 7. | Do not use a static mutable state in a finalizer 不要在终结器中使用静态可变状态。 |
| 8. | A thread that is used to run object finalizers 用来运行对象终结器的线程。 |
| 9. | The thread on which the finalizer is run is unspecified 运行终结器的线程是未指定的。 |
| 10. | This prevents the finalizer from reclaiming other objects 这会阻止终结器回收其他对象。 |