"checkTrustEquivalence", new Class[] { Object.class });
TestClassLoader cl = new TestClassLoader();
Object[] args = new Object[] {
ProxyTrustUtil.newProxyInstance(new Interface1Impl(), ptih),
ProxyTrustUtil.newProxyInstance(new Interface2TEImpl(), ptih),
ProxyTrustUtil.newProxyInstance(new Interface12TEImpl(), ptih),
ProxyTrustUtil.newProxyInstance(new TEImpl(), ptih),
ProxyTrustUtil.newProxyInstance(new Interface1TEImpl()),
ProxyTrustUtil.newProxyInstance(new Interface1TEImpl(), ptih, cl),
proxy };
boolean[] expRes = new boolean[] {