hotspot/src/share/vm/opto/graphKit.hpp
changeset 27150 5a09b3a7b974
parent 26166 4b49fd58bbd9
child 27921 4b932655e504
--- a/hotspot/src/share/vm/opto/graphKit.hpp	Thu Oct 09 11:40:11 2014 +0200
+++ b/hotspot/src/share/vm/opto/graphKit.hpp	Thu Oct 09 13:06:15 2014 -0700
@@ -771,6 +771,10 @@
                     Node* index, Node* index_adr,
                     Node* buffer, const TypeFunc* tf);
 
+  bool g1_can_remove_pre_barrier(PhaseTransform* phase, Node* adr, BasicType bt, uint adr_idx);
+
+  bool g1_can_remove_post_barrier(PhaseTransform* phase, Node* store, Node* adr);
+
   public:
   // Helper function to round double arguments before a call
   void round_double_arguments(ciMethod* dest_method);