7096278: Update the VM name to indicate it is an embedded build
authordholmes
Mon, 10 Oct 2011 21:01:36 -0400
changeset 10738 cc19612c6b9f
parent 10662 68cc771cfcb3
child 10739 91935236600e
7096278: Update the VM name to indicate it is an embedded build Reviewed-by: kvn, never, jcoomes, bobv
hotspot/src/share/vm/runtime/vm_version.cpp
--- a/hotspot/src/share/vm/runtime/vm_version.cpp	Fri Sep 30 22:54:43 2011 -0700
+++ b/hotspot/src/share/vm/runtime/vm_version.cpp	Mon Oct 10 21:01:36 2011 -0400
@@ -128,7 +128,7 @@
 #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;