< prev index next >
src/hotspot/share/c1/c1_LIRGenerator.hpp
Print this page
@@ -265,11 +265,11 @@
void do_update_CRC32(Intrinsic* x);
void do_update_CRC32C(Intrinsic* x);
void do_vectorizedMismatch(Intrinsic* x);
void access_flattened_array(bool is_load, LIRItem& array, LIRItem& index, LIRItem& obj_item);
- void maybe_deopt_value_array_access(LIRItem& array, CodeEmitInfo* null_check_info, CodeEmitInfo* deopt_info);
+ void check_flattened_array(LIRItem& array, CodeStub* slow_path);
public:
LIR_Opr call_runtime(BasicTypeArray* signature, LIRItemList* args, address entry, ValueType* result_type, CodeEmitInfo* info);
LIR_Opr call_runtime(BasicTypeArray* signature, LIR_OprList* args, address entry, ValueType* result_type, CodeEmitInfo* info);
< prev index next >