示例#1
0
 /*non-public*/ static Object allocateInstance(Object mh) throws InstantiationException {
   Constructor dmh = (Constructor) mh;
   return UNSAFE.allocateInstance(dmh.instanceClass);
 }