Searched refs:stubConsParamTypes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUtil.java88 private static final Class[] stubConsParamTypes = { RemoteRef.class }; field in class:Util
288 Constructor<?> cons = stubcl.getConstructor(stubConsParamTypes);

Completed in 702 milliseconds