changeset 2766:2ef3386478e6

7096278: Update the VM name to indicate it is an embedded build Reviewed-by: kvn, never, jcoomes, bobv
author dholmes
date Mon, 10 Oct 2011 21:01:36 -0400
parents 95607b70acb5
children 436b4a3231bf
files src/share/vm/runtime/vm_version.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/vm_version.cpp	Fri Sep 30 22:54:43 2011 -0700
+++ b/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;