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

/openjdk7/jdk/test/sun/rmi/rmic/minimizeWrapperInstances/
H A DPImpl.java24 public class PImpl implements P { class in inherits:P
H A Drun.sh32 # @build P PImpl Test
43 ${TESTJAVA}/bin/rmic -classpath ${TESTCLASSES:-.} -d ${TESTCLASSES:-.} PImpl
46 ${TESTJAVA}/bin/rmic -classpath ${TESTCLASSES:-.} -d ${TESTCLASSES:-.} -vcompat PImpl
49 ${TESTJAVA}/bin/rmic -Xnew -classpath ${TESTCLASSES:-.} -d ${TESTCLASSES:-.} PImpl
52 ${TESTJAVA}/bin/rmic -Xnew -classpath ${TESTCLASSES:-.} -d ${TESTCLASSES:-.} -vcompat PImpl
H A DTest.java39 Class.forName(PImpl.class.getName() + "_Stub").asSubclass(P.class);

Completed in 64 milliseconds