[7u-dev] Request for approval for CR 8005722 (original) (raw)

BILL PITTORE bill.pittore at oracle.com
Wed Feb 27 08:04:11 PST 2013


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



More information about the jdk7u-dev mailing list