7096278: Update the VM name to indicate it is an embedded build
Reviewed-by: kvn, never, jcoomes, bobv
This commit is contained in:
parent
91823a458f
commit
e9b8f2bab4
@ -128,7 +128,7 @@ void Abstract_VM_Version::initialize() {
|
|||||||
#ifndef HOTSPOT_VM_DISTRO
|
#ifndef HOTSPOT_VM_DISTRO
|
||||||
#error HOTSPOT_VM_DISTRO must be defined
|
#error HOTSPOT_VM_DISTRO must be defined
|
||||||
#endif
|
#endif
|
||||||
#define VMNAME HOTSPOT_VM_DISTRO " " VMLP VMTYPE " VM"
|
#define VMNAME HOTSPOT_VM_DISTRO " " VMLP EMBEDDED_ONLY("Embedded ") VMTYPE " VM"
|
||||||
|
|
||||||
const char* Abstract_VM_Version::vm_name() {
|
const char* Abstract_VM_Version::vm_name() {
|
||||||
return VMNAME;
|
return VMNAME;
|
||||||
|
Loading…
Reference in New Issue
Block a user