< prev index next >

src/share/vm/opto/cfgnode.hpp

Print this page

        

@@ -362,10 +362,12 @@
   // Takes the type of val and filters it through the test represented
   // by if_proj and returns a more refined type if one is produced.
   // Returns NULL is it couldn't improve the type.
   static const TypeInt* filtered_int_type(PhaseGVN* phase, Node* val, Node* if_proj);
 
+  bool is_shenandoah_marking_if(PhaseTransform *phase) const;
+
 #ifndef PRODUCT
   virtual void dump_spec(outputStream *st) const;
 #endif
 };
 
< prev index next >