< prev index next >

src/hotspot/cpu/arm/macroAssembler_arm.hpp

Print this page
rev 54072 : 8213845: ARM32: Interpreter doesn't call result handler after native calls
Summary: Fix mapping of native jboolean result to 0..1 on ARM32
Reviewed-by: aph, phh
Contributed-by: christoph.goettschkes@microdoc.com

*** 1052,1061 **** --- 1052,1063 ---- #else sub(dst, r1, AsmOperand(r2, lsl, shift)); #endif } + // C 'boolean' to Java boolean: x == 0 ? 0 : 1 + void c2bool(Register x); // klass oop manipulations if compressed #ifdef AARCH64 void load_klass(Register dst_klass, Register src_oop);
< prev index next >