mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue