src/share/vm/runtime/vm_version.cpp

changeset 3201
2ef3386478e6
parent 3156
f08d439fab8c
child 3517
c77d473e71f7
equal deleted inserted replaced
3167:95607b70acb5 3201:2ef3386478e6
126 #endif // KERNEL 126 #endif // KERNEL
127 127
128 #ifndef HOTSPOT_VM_DISTRO 128 #ifndef HOTSPOT_VM_DISTRO
129 #error HOTSPOT_VM_DISTRO must be defined 129 #error HOTSPOT_VM_DISTRO must be defined
130 #endif 130 #endif
131 #define VMNAME HOTSPOT_VM_DISTRO " " VMLP VMTYPE " VM" 131 #define VMNAME HOTSPOT_VM_DISTRO " " VMLP EMBEDDED_ONLY("Embedded ") VMTYPE " VM"
132 132
133 const char* Abstract_VM_Version::vm_name() { 133 const char* Abstract_VM_Version::vm_name() {
134 return VMNAME; 134 return VMNAME;
135 } 135 }
136 136

mercurial