hotspot/src/share/vm/prims/jvm.cpp
changeset 33964 6d5466bf96ae
parent 31608 b5cb9a07591a
parent 33959 36f534ca18c0
child 33973 c6c0af1521f4
--- a/hotspot/src/share/vm/prims/jvm.cpp	Thu Jul 23 11:54:26 2015 -0700
+++ b/hotspot/src/share/vm/prims/jvm.cpp	Thu Jul 23 13:19:13 2015 -0700
@@ -3659,8 +3659,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