LoopUnswitching 参数讨论专区
欢迎来到 JVM 参数LoopUnswitching
的讨论专区
参数名称
LoopUnswitching
取值类型
boolean
参数说明
Enable loop unswitching (a form of invariant test hoisting)
用法及建议
- LoopUnswitching必须在C2下才能使用
- 你可以通过-XX:+LoopUnswitching开启,或者-XX:-LoopUnswitching关闭
默认值
平台/版本 | JDK6 | JDK7 | JDK8 |
---|---|---|---|
Linux | true | true | true |
MacOS | true | true | true |
Windows | true | true | true |
关于该参数的使用,您有什么心得体会或者疑问吗?欢迎在下方参与讨论 ↓
点赞
6302 阅读