开发者

Query about JRockit Garbage Collection

开发者 https://www.devze.com 2023-02-12 20:01 出处:网络
I have a question about Oracle\'s JRockit 1.6. When I use genpar, d开发者_如何学Pythonoes it select parallel for new generation or old generation or both.

I have a question about Oracle's JRockit 1.6. When I use genpar, d开发者_如何学Pythonoes it select parallel for new generation or old generation or both.

In Sun JDK its only for young (unless you set UseParallelOldGC) ; I am trying to understand whether the same is true for JRockit.


"genpar" uses parallel collection for both new and old generation.

See the description at: http://download.oracle.com/docs/cd/E15289_01/doc.40/e15062/optionx.htm#i1011879

0

精彩评论

暂无评论...
验证码 换一张
取 消