jdk/src/share/classes/sun/reflect/misc/MethodUtil.java
changeset 10419 12c063b39232
parent 10129 bf705e446ca1
child 16120 133a029f510a
--- a/jdk/src/share/classes/sun/reflect/misc/MethodUtil.java	Tue Aug 30 14:41:12 2011 +0100
+++ b/jdk/src/share/classes/sun/reflect/misc/MethodUtil.java	Tue Aug 30 11:53:11 2011 -0700
@@ -292,7 +292,7 @@
                 }
             });
         } catch (Exception e) {
-            throw new InternalError("bouncer cannot be found");
+            throw new InternalError("bouncer cannot be found", e);
         }
     }