8030011: Update Hotspot version string output

Reviewed-by: dholmes, jcoomes, kvn
This commit is contained in:
Alejandro Murillo 2014-04-24 14:06:40 -07:00
parent 9efb17f38f
commit a162ea836e
18 changed files with 111 additions and 107 deletions

View file

@ -1218,6 +1218,7 @@ typedef TwoOopHashtable<Symbol*, mtClass> SymbolTwoOopHashtable;
static_field(Abstract_VM_Version, _s_internal_vm_info_string, const char*) \
static_field(Abstract_VM_Version, _vm_major_version, int) \
static_field(Abstract_VM_Version, _vm_minor_version, int) \
static_field(Abstract_VM_Version, _vm_micro_version, int) \
static_field(Abstract_VM_Version, _vm_build_number, int) \
static_field(Abstract_VM_Version, _reserve_for_allocation_prefetch, int) \
\