关于 JRockit 垃圾收集的查询
我对 Oracle 的 JRockit 1.6 有疑问。当我使用 genpar 时,它是否为新生代或老一代或两者选择并行。
在Sun JDK中它只适合年轻的(除非你设置UseParallelOldGC);我想了解 JRockit 是否也是如此。
I have a question about Oracle's JRockit 1.6. When I use genpar, does 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“genpar”对新生代和老年代都使用并行收集。
请参阅以下位置的说明:http://download。 oracle.com/docs/cd/E15289_01/doc.40/e15062/optionx.htm#i1011879
"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