langtools/src/share/classes/com/sun/tools/javac/code/Types.java
changeset 9301 da48f63f0b22
parent 9075 cba34854a40e
child 9303 eae35c201e19
--- a/langtools/src/share/classes/com/sun/tools/javac/code/Types.java	Wed Apr 06 19:30:57 2011 -0700
+++ b/langtools/src/share/classes/com/sun/tools/javac/code/Types.java	Tue Apr 12 20:56:16 2011 -0700
@@ -2309,7 +2309,7 @@
             if (elemtype == t.elemtype)
                 return t;
             else
-                return new ArrayType(upperBound(elemtype), t.tsym);
+                return new ArrayType(elemtype, t.tsym);
         }
 
         @Override