src/share/vm/opto/compile.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/compile.hpp	Mon Jan 19 10:37:00 2015
--- new/src/share/vm/opto/compile.hpp	Mon Jan 19 10:36:59 2015

*** 72,81 **** --- 72,82 ---- class StartNode; class SafePointNode; class JVMState; class Type; class TypeData; + class TypeInt; class TypePtr; class TypeOopPtr; class TypeFunc; class Unique_Node_List; class nmethod;
*** 1219,1228 **** --- 1220,1231 ---- // Static parse-time type checking logic for gen_subtype_check: enum { SSC_always_false, SSC_always_true, SSC_easy_test, SSC_full_test }; int static_subtype_check(ciKlass* superk, ciKlass* subk); + static Node* conv_I2X_index(PhaseGVN *phase, Node* offset, const TypeInt* sizetype); + // Auxiliary method for randomized fuzzing/stressing static bool randomized_select(int count); }; #endif // SHARE_VM_OPTO_COMPILE_HPP

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