hotspot/src/share/vm/prims/jvm.cpp
changeset 33976 160793725e6f
parent 33160 c59f1676d27e
parent 33973 c6c0af1521f4
child 33980 cbd63978deb5
--- a/hotspot/src/share/vm/prims/jvm.cpp	Wed Jul 05 20:58:24 2017 +0200
+++ b/hotspot/src/share/vm/prims/jvm.cpp	Mon Nov 02 09:11:55 2015 -0800
@@ -3658,8 +3658,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