< prev index next >

src/hotspot/cpu/aarch64/vm_version_aarch64.hpp

Print this page
*** 1,7 ***
  /*
!  * Copyright (c) 1997, 2023, Oracle and/or its affiliates. All rights reserved.
   * Copyright (c) 2014, 2020, Red Hat Inc. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
--- 1,7 ---
  /*
!  * Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved.
   * Copyright (c) 2014, 2020, Red Hat Inc. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as

*** 151,10 ***
--- 151,11 ---
    static int dcache_line_size() { return _dcache_line_size; }
    static int get_initial_sve_vector_length()  { return _initial_sve_vector_length; };
  
    static bool supports_fast_class_init_checks() { return true; }
    constexpr static bool supports_stack_watermark_barrier() { return true; }
+   constexpr static bool supports_recursive_lightweight_locking() { return true; }
  
    static void get_compatible_board(char *buf, int buflen);
  
    static const SpinWait& spin_wait_desc() { return _spin_wait; }
  
< prev index next >