< prev index next >

src/hotspot/cpu/arm/vm_version_arm.hpp

Print this page

        

@@ -106,12 +106,10 @@
   static bool supports_movw()       { return _arm_arch >= 7; }
   static bool supports_ldrexd()     { return _arm_arch >= 7; }
   static bool supports_compare_and_exchange() { return true; }
   static bool supports_kuser_cmpxchg32() { return _kuser_helper_version >= KUSER_VERSION_CMPXCHG32; }
   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; }
   static bool has_simd()            { return (_features & simd_m) != 0; }
< prev index next >