< prev index next >

src/hotspot/share/opto/macro.hpp

Print this page
rev 53542 : Move Shenandoah clone-expansion from shared code to ShBSC2

@@ -200,13 +200,10 @@
                             Node* old_eden_top, Node* new_eden_top,
                             Node* length);
 
   Node* make_arraycopy_load(ArrayCopyNode* ac, intptr_t offset, Node* ctl, Node* mem, BasicType ft, const Type *ftype, AllocateNode *alloc);
 
-#if INCLUDE_SHENANDOAHGC
-  Node* shenandoah_call_clone_barrier(Node* call, Node* dest);
-#endif
 public:
   PhaseMacroExpand(PhaseIterGVN &igvn) : Phase(Macro_Expand), _igvn(igvn), _has_locks(false) {
     _igvn.set_delay_transform(true);
   }
   void eliminate_macro_nodes();
< prev index next >