提交 c4944713 编写于 作者: E erikj

8200115: System property java.vm.vendor value includes quotation marks

Reviewed-by: tbell, asaha
上级 29a30684
......@@ -140,7 +140,7 @@ const char* Abstract_VM_Version::vm_name() {
const char* Abstract_VM_Version::vm_vendor() {
#ifdef VENDOR
return XSTR(VENDOR);
return VENDOR;
#else
return JDK_Version::is_gte_jdk17x_version() ?
"Oracle Corporation" : "Sun Microsystems Inc.";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册