< prev index next >

src/hotspot/share/gc/z/c2/zBarrierSetC2.hpp

Print this page
@@ -1,7 +1,7 @@
  /*
-  * Copyright (c) 2015, 2025, Oracle and/or its affiliates. All rights reserved.
+  * Copyright (c) 2015, 2026, 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.

@@ -125,11 +125,11 @@
                                                 bool is_clone_instance,
                                                 ArrayCopyPhase phase) const;
    virtual void clone_at_expansion(PhaseMacroExpand* phase,
                                    ArrayCopyNode* ac) const;
  
-   virtual void elide_dominated_barrier(MachNode* mach) const;
+   virtual void elide_dominated_barrier(MachNode* mach, MachNode* dominator) const;
    virtual void late_barrier_analysis() const;
    virtual int estimate_stub_size() const;
    virtual void emit_stubs(CodeBuffer& cb) const;
    virtual void eliminate_gc_barrier(PhaseMacroExpand* macro, Node* node) const;
    virtual void eliminate_gc_barrier_data(Node* node) const;
< prev index next >