AllocatePrefetchStyle 参数讨论专区
欢迎来到 JVM 参数AllocatePrefetchStyle的讨论专区
参数名称
AllocatePrefetchStyle
取值类型
int
参数说明
0 = no prefetch, 1 = prefetch instructions for each allocation, 2 = use TLAB watermark to gate allocation prefetch, 3 = use BIS instruction on Sparc for allocation prefetch
用法及建议
- 使用该参数的正确姿势是-XX:AllocatePrefetchStyle=___
默认值
| 平台/版本 | JDK6 | JDK7 | JDK8 |
|---|---|---|---|
| Linux | 1 | 1 | 1 |
| MacOS | 1 | 1 | 1 |
| Windows | 1 | 1 | 1 |
关于该参数的使用,您有什么心得体会或者疑问吗?欢迎在下方参与讨论 ↓
点赞
7487 阅读
