/*non-public*/        //JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: static Object allocateInstance(Object mh) throws InstantiationException
        internal static Object AllocateInstance(Object mh)
        {
            Constructor dmh = (Constructor)mh;

            return(UNSAFE.allocateInstance(dmh.InstanceClass));
        }