Bug report: http://bugs.sun.com/view_bug.do?bug_id=8005722
Summary: Assert triggered in c1_LIR.cpp assert(_oprs_len[mode] < maxNumberOfOperands, "array overflow") The problem is not the assert but the fact that in LIR_OpVisitState::visit() the receiver operand is processed twice. Reviewed-by: roland, vladidan http://cr.openjdk.java.net/~bpittore/8005722/webrev.01 thanks, bill