< prev index next >

src/share/vm/opto/cfgnode.hpp

Print this page
rev 10656 : [backport] Purge some G1-related cruft in C2

*** 362,372 **** // 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_g1_marking_if(PhaseTransform *phase) const; bool is_shenandoah_marking_if(PhaseTransform *phase) const; #ifndef PRODUCT virtual void dump_spec(outputStream *st) const; #endif --- 362,371 ----
< prev index next >