summaryrefslogtreecommitdiffstats
path: root/tests/bugs/java5/arrayCloning/explanation.txt
blob: b3f4de2c00f1f3f81d81c2c663cb2e3c3b32e8c1 (plain)
1
2
Under Java 1.4 the target of a clone() method called on an array type was 'Object.clone' in the byte code.
Under Java 1.5 this has been changed to be (correctly) a call to the clone() method on the array type.