jdk/src/share/classes/sun/text/CompactByteArray.java
changeset 10419 12c063b39232
parent 5506 202f599c92aa
child 11136 f0f53bbe5bd1
--- a/jdk/src/share/classes/sun/text/CompactByteArray.java	Tue Aug 30 14:41:12 2011 +0100
+++ b/jdk/src/share/classes/sun/text/CompactByteArray.java	Tue Aug 30 11:53:11 2011 -0700
@@ -269,7 +269,7 @@
             if (hashes != null) other.hashes = (int[])hashes.clone();
             return other;
         } catch (CloneNotSupportedException e) {
-            throw new InternalError();
+            throw new InternalError(e);
         }
     }