src/share/vm/opto/graphKit.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6877254 Cdiff src/share/vm/opto/graphKit.hpp

src/share/vm/opto/graphKit.hpp

Print this page

        

*** 601,611 **** } void sync_kit(IdealKit& ideal); // vanilla/CMS post barrier ! void write_barrier_post(Node *store, Node* obj, Node* adr, Node* val, bool use_precise); // G1 pre/post barriers void g1_write_barrier_pre(Node* obj, Node* adr, uint alias_idx, --- 601,612 ---- } void sync_kit(IdealKit& ideal); // vanilla/CMS post barrier ! void write_barrier_post(Node *store, Node* obj, ! Node* adr, uint adr_idx, Node* val, bool use_precise); // G1 pre/post barriers void g1_write_barrier_pre(Node* obj, Node* adr, uint alias_idx,
*** 620,630 **** Node* val, BasicType bt, bool use_precise); // Helper function for g1 private: ! void g1_mark_card(IdealKit& ideal, Node* card_adr, Node* store, Node* index, Node* index_adr, Node* buffer, const TypeFunc* tf); public: // Helper function to round double arguments before a call void round_double_arguments(ciMethod* dest_method); --- 621,632 ---- Node* val, BasicType bt, bool use_precise); // Helper function for g1 private: ! void g1_mark_card(IdealKit& ideal, Node* card_adr, Node* store, uint oop_alias_idx, ! Node* index, Node* index_adr, Node* buffer, const TypeFunc* tf); public: // Helper function to round double arguments before a call void round_double_arguments(ciMethod* dest_method);
src/share/vm/opto/graphKit.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File