< prev index next >

src/hotspot/share/opto/graphKit.hpp

Print this page

        

*** 917,926 **** --- 917,928 ---- Node* make_constant_from_field(ciField* field, Node* obj); // Produce new array node of stable type Node* cast_array_to_stable(Node* ary, const TypeAryPtr* ary_type); + + Node* acmp(Node* a, Node* b); }; // Helper class to support building of control flow branches. Upon // creation the map and sp at bci are cloned and restored upon de- // struction. Typical use:
< prev index next >