< prev index next > src/hotspot/share/gc/g1/c2/g1BarrierSetC2.hpp
Print this page
/*
- * Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2018, 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.
virtual bool can_initialize_object(const StoreNode* store) const;
virtual void clone_at_expansion(PhaseMacroExpand* phase,
ArrayCopyNode* ac) const;
virtual void* create_barrier_state(Arena* comp_arena) const;
virtual void emit_stubs(CodeBuffer& cb) 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;
#ifndef PRODUCT
virtual void dump_barrier_data(const MachNode* mach, outputStream* st) const;
#endif
< prev index next >