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

src/share/vm/opto/parse.hpp

Print this page

        

*** 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(); // 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 --- 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