< prev index next >

src/share/vm/opto/compile.hpp

Print this page

        

*** 1290,1300 **** // Function calls made by the public function final_graph_reshaping. // No need to be made public as they are not called elsewhere. void final_graph_reshaping_impl( Node *n, Final_Reshape_Counts &frc); void final_graph_reshaping_walk( Node_Stack &nstack, Node *root, Final_Reshape_Counts &frc ); void eliminate_redundant_card_marks(Node* n); - void value_type_return_from_mh_intrinsic(CallNode *call, Final_Reshape_Counts &frc); public: // Note: Histogram array size is about 1 Kb. enum { // flag bits: --- 1290,1299 ----
< prev index next >