< prev index next >

src/hotspot/share/opto/cfgnode.hpp

Print this page
rev 52273 : Purge some G1-related cruft in C2

*** 395,405 **** // 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; #if INCLUDE_SHENANDOAHGC bool is_shenandoah_marking_if(PhaseTransform *phase) const; #endif #ifndef PRODUCT --- 395,404 ----
< prev index next >