diff -r bcc2354430ff -r ef01e0dccd63 jdk/src/share/classes/sun/management/ThreadInfoCompositeData.java --- a/jdk/src/share/classes/sun/management/ThreadInfoCompositeData.java Thu Apr 10 09:02:22 2008 -0700 +++ b/jdk/src/share/classes/sun/management/ThreadInfoCompositeData.java Thu Apr 10 10:47:13 2008 -0700 @@ -126,7 +126,7 @@ threadInfoItemValues); } catch (OpenDataException e) { // Should never reach here - throw Util.newInternalError(e); + throw new AssertionError(e); } } @@ -209,7 +209,7 @@ v5ItemTypes); } catch (OpenDataException e) { // Should never reach here - throw Util.newInternalError(e); + throw new AssertionError(e); } // Each CompositeData object has its CompositeType associated