--- old/hotspot/src/share/vm/prims/jvm.cpp 2015-06-18 15:29:12.657043209 -0700 +++ new/hotspot/src/share/vm/prims/jvm.cpp 2015-06-18 15:29:11.810709099 -0700 @@ -3656,8 +3656,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