提交 64e3ae87 编写于 作者: Z zgu

8006691: Remove jvm_version_info->is_kernel_jvm field

Summary: Remove is_kernel_jvm field in jvm_version_info structure, as kernel VM has been deprecated
Reviewed-by: mchung
上级 5780b5a8
...@@ -1401,8 +1401,7 @@ typedef struct { ...@@ -1401,8 +1401,7 @@ typedef struct {
* the new bit is also added in the main/baseline. * the new bit is also added in the main/baseline.
*/ */
unsigned int is_attach_supported : 1; unsigned int is_attach_supported : 1;
unsigned int is_kernel_jvm : 1; unsigned int : 31;
unsigned int : 30;
unsigned int : 32; unsigned int : 32;
unsigned int : 32; unsigned int : 32;
} jvm_version_info; } jvm_version_info;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册