< prev index next >

src/hotspot/share/c1/c1_MacroAssembler.hpp

Print this page
@@ -1,7 +1,7 @@
  /*
-  * Copyright (c) 2000, 2021, Oracle and/or its affiliates. All rights reserved.
+  * Copyright (c) 2000, 2024, Oracle and/or its affiliates. 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
   * published by the Free Software Foundation.

@@ -87,9 +87,9 @@
    int call_RT(Register oop_result1, Register metadata_result, address entry, Register arg1);
    int call_RT(Register oop_result1, Register metadata_result, address entry, Register arg1, Register arg2);
    int call_RT(Register oop_result1, Register metadata_result, address entry, Register arg1, Register arg2, Register arg3);
  
    void prologue(const char* name, bool must_gc_arguments);
-   void epilogue();
+   void epilogue(bool use_pop = false);
  };
  
  #endif // SHARE_C1_C1_MACROASSEMBLER_HPP
< prev index next >