8212617: ARM32 build failures after JDK-7041262 (VM_Version should be called instead of Abstract_VM_Version so that overriding works)
authorshade
Wed, 17 Oct 2018 22:47:59 +0200
changeset 52181 d5a96cafdd4a
parent 52180 a817954f4081
child 52182 c28fb7557d62
child 56990 3d4b9350fac2
8212617: ARM32 build failures after JDK-7041262 (VM_Version should be called instead of Abstract_VM_Version so that overriding works) Reviewed-by: hseigel
src/hotspot/cpu/arm/vm_version_arm.hpp
--- 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; }