static {
   try {
     stackTraceElementCompositeType =
         (CompositeType) MappedMXBeanType.toOpenType(StackTraceElement.class);
   } catch (OpenDataException e) {
     // Should never reach here
     throw Util.newInternalError(e);
   }
 }
 /*     */ static
 /*     */ {
   /*     */ try
   /*     */ {
     /*  79 */ vmOptionCompositeType = (CompositeType) MappedMXBeanType.toOpenType(VMOption.class);
     /*     */ }
   /*     */ catch (OpenDataException localOpenDataException)
   /*     */ {
     /*  83 */ throw new AssertionError(localOpenDataException);
     /*     */ }
   /*     */ }