hotspot/src/share/vm/prims/jvm.cpp
changeset 33980 cbd63978deb5
parent 33611 9abd65805e19
parent 33976 160793725e6f
child 34319 9d6dd3c5ca23
--- a/hotspot/src/share/vm/prims/jvm.cpp	Thu Nov 19 09:36:21 2015 -0800
+++ b/hotspot/src/share/vm/prims/jvm.cpp	Fri Nov 20 12:22:41 2015 -0800
@@ -3652,8 +3652,7 @@
   memset(info, 0, info_size);
 
   info->jvm_version = Abstract_VM_Version::jvm_version();
-  info->update_version = 0;          /* 0 in HotSpot Express VM */
-  info->special_update_version = 0;  /* 0 in HotSpot Express VM */
+  info->patch_version = Abstract_VM_Version::vm_patch_version();
 
   // when we add a new capability in the jvm_version_info struct, we should also
   // consider to expose this new capability in the sun.rt.jvmCapabilities jvmstat