读书人

System.gc() 跟System.runFinalizatio

发布时间: 2012-10-12 10:17:04 作者: rapoo

System.gc() 和System.runFinalization()

The ? Java ? language ? provides ? some ? built-in ? routines ? for ? controlling ? garbage ? collection: ? the ? methods ? System.gc() ? and ? System.runFinalization(). ? System.gc() ? requests ? that ? garbage ? collection ? be ? run. ? System.runFinalizers() ? asks ? that ? finalizers ? be ? executed, ? but ? that ? memory ? is ? not ? necessarily ? freed.

读书人网 >系统运维

热点推荐