--- a/src/hotspot/share/opto/macro.hpp Wed Sep 19 10:51:06 2018 -0700
+++ b/src/hotspot/share/opto/macro.hpp Wed Sep 19 21:31:33 2018 +0200
@@ -193,11 +193,6 @@
Node* klass_node, Node* length,
Node* size_in_bytes);
- Node* prefetch_allocation(Node* i_o,
- Node*& needgc_false, Node*& contended_phi_rawmem,
- 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);
public:
@@ -215,6 +210,11 @@
Node* longcon(jlong con) const { return _igvn.longcon(con); }
Node* makecon(const Type *t) const { return _igvn.makecon(t); }
Node* top() const { return C->top(); }
+
+ Node* prefetch_allocation(Node* i_o,
+ Node*& needgc_false, Node*& contended_phi_rawmem,
+ Node* old_eden_top, Node* new_eden_top,
+ intx lines);
};
#endif // SHARE_VM_OPTO_MACRO_HPP