< prev index next >

src/hotspot/share/opto/compile.hpp

Print this page

        

*** 1329,1338 **** --- 1329,1341 ---- Node* ctrl = NULL); // Convert integer value to a narrowed long type dependent on ctrl (for example, a range check) static Node* constrained_convI2L(PhaseGVN* phase, Node* value, const TypeInt* itype, Node* ctrl); + Node* load_is_value_bit(PhaseGVN* phase, Node* oop); + Node* optimize_acmp(PhaseGVN* phase, Node* a, Node* b); + // Auxiliary method for randomized fuzzing/stressing static bool randomized_select(int count); // supporting clone_map CloneMap& clone_map();
< prev index next >