Would like approval to backport the fix for 8005722 into hs24. Fix is identical to hs25.

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

Reply via email to