性能话题>ExplicitGCInvokesConcurrentAndUnloadsClasses 参数讨论专区>

ExplicitGCInvokesConcurrentAndUnloadsClasses 参数讨论专区

欢迎来到 JVM 参数ExplicitGCInvokesConcurrentAndUnloadsClasses的讨论专区

参数名称

ExplicitGCInvokesConcurrentAndUnloadsClasses

取值类型

boolean

参数说明

A System.gc() request invokes a concurrent collection and also unloads classes during such a concurrent gc cycle (effective only when UseConcMarkSweepGC)

用法及建议

  • 你可以通过-XX:+ExplicitGCInvokesConcurrentAndUnloadsClasses开启,或者-XX:-ExplicitGCInvokesConcurrentAndUnloadsClasses关闭

默认值

平台/版本 JDK6 JDK7 JDK8
Linux false false false
MacOS false false false
Windows false false false

关于该参数的使用,您有什么心得体会或者疑问吗?欢迎在下方参与讨论 ↓

点赞
8756 阅读
请先登录,查看1条精彩评论吧
快去登录吧,你将获得
  • 浏览更多精彩评论
  • 和开发者讨论交流,共同进步