hotspot/src/share/vm/c1/c1_LIR.hpp
changeset 4646 e0683487dbe5
parent 3800 3195b4844b5a
child 5046 27e801a857cb
--- a/hotspot/src/share/vm/c1/c1_LIR.hpp	Fri Jan 15 11:53:33 2010 -0800
+++ b/hotspot/src/share/vm/c1/c1_LIR.hpp	Fri Jan 15 16:15:45 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2008 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 2000-2010 Sun Microsystems, Inc.  All Rights Reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -2000,7 +2000,7 @@
   typedef enum { inputMode, firstMode = inputMode, tempMode, outputMode, numModes, invalidMode = -1 } OprMode;
 
   enum {
-    maxNumberOfOperands = 14,
+    maxNumberOfOperands = 16,
     maxNumberOfInfos = 4
   };