< prev index next >

src/hotspot/cpu/aarch64/vm_version_aarch64.hpp

Print this page
@@ -166,10 +166,11 @@
    static int dcache_line_size() { return _dcache_line_size; }
    static int get_initial_sve_vector_length()  { return _initial_sve_vector_length; };
  
    // Aarch64 supports fast class initialization checks
    static bool supports_fast_class_init_checks() { return true; }
+   static bool supports_cont_preemption() { return true; }
    constexpr static bool supports_stack_watermark_barrier() { return true; }
    constexpr static bool supports_recursive_lightweight_locking() { return true; }
  
    constexpr static bool supports_secondary_supers_table() { return true; }
  
< prev index next >