open static fun isFinalizeMethod(@Nullable method: Method): Boolean
Determine whether the given method is a "finalize" method.
See Also java.lang.Object#finalize()