< prev index next >

src/hotspot/cpu/riscv/c2_CodeStubs_riscv.cpp

Print this page
*** 1,7 ***
  /*
!  * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
   * Copyright (c) 2020, 2023, Huawei Technologies Co., Ltd. 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) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
   * Copyright (c) 2020, 2023, Huawei Technologies Co., Ltd. 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

*** 66,10 ***
    __ j(continuation());
  
    // make guard value 4-byte aligned so that it can be accessed atomically
    __ align(4);
    __ bind(guard());
-   __ relocate(entry_guard_Relocation::spec());
    __ emit_int32(0);  // nmethod guard value
  }
  
  #undef __
--- 66,9 ---
< prev index next >