changeset 10419 | 12c063b39232 |
parent 9275 | 1df1f7dfab7f |
child 12448 | b95438b17098 |
--- a/jdk/src/share/classes/java/util/IdentityHashMap.java Tue Aug 30 14:41:12 2011 +0100 +++ b/jdk/src/share/classes/java/util/IdentityHashMap.java Tue Aug 30 11:53:11 2011 -0700 @@ -703,7 +703,7 @@ m.table = table.clone(); return m; } catch (CloneNotSupportedException e) { - throw new InternalError(); + throw new InternalError(e); } }