Quantcast
Channel: 就是愛Java
Viewing all articles
Browse latest Browse all 25

Memory Leak修復substring()

$
0
0
Mix經常在使用字串,也知道作字串增刪的時候,不要使用+,-等這類的運算元,而是改用StringBuffer或StringBuilder來處理字串,不過在某些狀況下,還是有可能會造成Memory Leak內存洩漏。


為了觀察GC狀況,Mix在Eclipse -> Install JREs,預設JVM參數,只加上-verbose:gc,不作任何其他的優化,針對1個大字串,長度約1M大小,使用substring()來取2個字元,重複1萬次,來進行測試。

( 繼續閱讀… )

Viewing all articles
Browse latest Browse all 25

Trending Articles