--- a/src/hotspot/share/prims/jvm.cpp Tue Oct 16 07:49:08 2018 -0700
+++ b/src/hotspot/share/prims/jvm.cpp Tue Oct 16 11:08:46 2018 -0400
@@ -3736,8 +3736,8 @@
{
memset(info, 0, info_size);
- info->jvm_version = Abstract_VM_Version::jvm_version();
- info->patch_version = Abstract_VM_Version::vm_patch_version();
+ info->jvm_version = VM_Version::jvm_version();
+ info->patch_version = 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