src/share/vm/opto/idealKit.hpp

Print this page
rev 5661 : 8024921: PPC64 (part 113): Extend Load and Store nodes to know about memory ordering.

*** 224,234 **** Node* store(Node* ctl, Node* adr, Node* val, BasicType bt, int adr_idx, ! bool require_atomic_access = false); // Store a card mark ordered after store_oop Node* storeCM(Node* ctl, Node* adr, Node* val, --- 224,235 ---- Node* store(Node* ctl, Node* adr, Node* val, BasicType bt, int adr_idx, ! bool require_atomic_access, ! StoreNode::Sem sem); // Store a card mark ordered after store_oop Node* storeCM(Node* ctl, Node* adr, Node* val,