src/share/vm/opto/parse.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/parse.hpp	Fri Jun 16 14:34:20 2017
--- new/src/share/vm/opto/parse.hpp	Fri Jun 16 14:34:20 2017

*** 462,472 **** --- 462,472 ---- // Parse this bytecode, and alter the Parsers JVM->Node mapping void do_one_bytecode(); // helper function to generate array store check ! void array_store_check(bool target_is_valuetypearray = false); // Helper function to generate array load void array_load(BasicType etype); // Helper function to generate array store void array_store(BasicType etype); // Helper function to compute array addressing

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