src/hotspot/cpu/arm/vm_version_arm.hpp
changeset 52181 d5a96cafdd4a
parent 47216 71c04702a3d5
child 52351 0ecb4e520110
--- 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; }