--- old/src/hotspot/share/runtime/thread.cpp 2018-10-12 11:21:16.278583809 -0400 +++ new/src/hotspot/share/runtime/thread.cpp 2018-10-12 11:21:15.785936591 -0400 @@ -3777,7 +3777,7 @@ // We need this to update the java.vm.info property in case any flags used // to initially define it have been changed. This is needed for both CDS and // AOT, since UseSharedSpaces and UseAOT may be changed after java.vm.info - // is initially computed. See Abstract_VM_Version::vm_info_string(). + // is initially computed. See VM_Version::vm_info_string(). // This update must happen before we initialize the java classes, but // after any initialization logic that might modify the flags. Arguments::update_vm_info_property(VM_Version::vm_info_string()); @@ -4569,9 +4569,9 @@ st->print_raw_cr(os::local_time_string(buf, sizeof(buf))); st->print_cr("Full thread dump %s (%s %s):", - Abstract_VM_Version::vm_name(), - Abstract_VM_Version::vm_release(), - Abstract_VM_Version::vm_info_string()); + VM_Version::vm_name(), + VM_Version::vm_release(), + VM_Version::vm_info_string()); st->cr(); #if INCLUDE_SERVICES