mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-13 11:55:38 +00:00
8200115: System property java.vm.vendor value includes quotation marks
Reviewed-by: tbell, asaha
This commit is contained in:
parent
a22821323a
commit
640bf6cbd8
@ -115,7 +115,7 @@ const char* Abstract_VM_Version::vm_name() {
|
||||
|
||||
const char* Abstract_VM_Version::vm_vendor() {
|
||||
#ifdef VENDOR
|
||||
return XSTR(VENDOR);
|
||||
return VENDOR;
|
||||
#else
|
||||
return "Oracle Corporation";
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user