8212617: ARM32 build failures after JDK-7041262 (VM_Version should be called instead of Abstract_VM_Version so that overriding works)
Reviewed-by: hseigel
--- a/src/hotspot/cpu/arm/vm_version_arm.hpp Wed Oct 17 22:42:31 2018 +0200
+++ b/src/hotspot/cpu/arm/vm_version_arm.hpp Wed Oct 17 22:47:59 2018 +0200
@@ -110,7 +110,6 @@
static bool supports_kuser_cmpxchg64() { return _kuser_helper_version >= KUSER_VERSION_CMPXCHG64; }
// Override Abstract_VM_Version implementation
static bool use_biased_locking();
- static const char* vm_info_string();
static bool has_vfp() { return (_features & vfp_m) != 0; }
static bool has_vfp3_32() { return (_features & vfp3_32_m) != 0; }