7096278: Update the VM name to indicate it is an embedded build

Reviewed-by: kvn, never, jcoomes, bobv
This commit is contained in:
David Holmes 2011-10-10 21:01:36 -04:00
parent 91823a458f
commit e9b8f2bab4

View File

@ -128,7 +128,7 @@ void Abstract_VM_Version::initialize() {
#ifndef HOTSPOT_VM_DISTRO
#error HOTSPOT_VM_DISTRO must be defined
#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() {
return VMNAME;