src/share/vm/c1/c1_LIR.hpp

changeset 4404
608b2e8a0063
parent 4106
7eca5de9e0b6
child 4721
47bc9800972c
     1.1 --- a/src/share/vm/c1/c1_LIR.hpp	Fri Dec 21 10:27:49 2012 -0800
     1.2 +++ b/src/share/vm/c1/c1_LIR.hpp	Thu Jan 03 15:08:43 2013 -0500
     1.3 @@ -2259,7 +2259,7 @@
     1.4    typedef enum { inputMode, firstMode = inputMode, tempMode, outputMode, numModes, invalidMode = -1 } OprMode;
     1.5  
     1.6    enum {
     1.7 -    maxNumberOfOperands = 16,
     1.8 +    maxNumberOfOperands = 20,
     1.9      maxNumberOfInfos = 4
    1.10    };
    1.11  

mercurial