src/share/vm/c1/c1_GraphBuilder.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_GraphBuilder.hpp	Mon Feb 29 15:42:32 2016
--- new/src/share/vm/c1/c1_GraphBuilder.hpp	Mon Feb 29 15:42:31 2016

*** 274,283 **** --- 274,284 ---- void eliminate_redundant_phis(BlockBegin* start); BlockEnd* iterate_bytecodes_for_block(int bci); void iterate_all_blocks(bool start_in_current_block_for_inlining = false); Dependencies* dependency_recorder() const; // = compilation()->dependencies() bool direct_compare(ciKlass* k); + Value make_constant(ciConstant value, ciField* field); void kill_all(); // use of state copy routines (try to minimize unnecessary state // object allocations):

src/share/vm/c1/c1_GraphBuilder.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File