src/hotspot/cpu/arm/c1_LIRGenerator_arm.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/cpu/arm/c1_LIRGenerator_arm.hpp	Mon Sep 17 10:29:43 2018
--- new/src/hotspot/cpu/arm/c1_LIRGenerator_arm.hpp	Mon Sep 17 10:29:43 2018

*** 25,33 **** --- 25,29 ---- // Helper to set the card at the given address to the given value. void set_card(LIR_Opr value, LIR_Address* card_addr); void make_div_by_zero_check(LIR_Opr right_arg, BasicType type, CodeEmitInfo* info); #ifdef AARCH64 // the helper for arithmetic void add_constant(LIR_Opr src, jlong c, LIR_Opr dest); #endif // AARCH64

src/hotspot/cpu/arm/c1_LIRGenerator_arm.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File