p199/2038,发现了一种内存泄漏的可能:调用了C语言的malloc等native方法,却没有手动释放:
The need for finalize() is limited to special cases where your object can allocate storage in some way other than creating an object. But, you might observe, everything in Java is an object, so how can this be?



