DynamicJava: Implemented special array clone() method. This allows: 1) better typing: String[] s = new String[3].clone(); 2) use when accessibility checks are turned on; 3) use in a method body that doesn't handle a CloneNotSupportedException. See JLS 6.4.5.