--- old/src/share/vm/c1/c1_LIR.hpp Fri Jan 15 10:45:06 2010 +++ new/src/share/vm/c1/c1_LIR.hpp Fri Jan 15 10:45:06 2010 @@ -2000,7 +2000,7 @@ typedef enum { inputMode, firstMode = inputMode, tempMode, outputMode, numModes, invalidMode = -1 } OprMode; enum { - maxNumberOfOperands = 14, + maxNumberOfOperands = 16, maxNumberOfInfos = 4 };