< prev index next >

src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp

Print this page
*** 70,10 ***
--- 70,12 ---
    static address _string_indexof_linear_ul;
    static address _large_byte_array_inflate;
  
    static address _method_entry_barrier;
  
+   static address _check_lock_stack;
+ 
    static address _spin_wait;
  
    static bool _completed;
  
   public:

*** 177,10 ***
--- 179,14 ---
  
    static address method_entry_barrier() {
      return _method_entry_barrier;
    }
  
+   static address check_lock_stack() {
+     return _check_lock_stack;
+   }
+ 
    static address spin_wait() {
      return _spin_wait;
    }
  
    static bool complete() {
< prev index next >