Searched refs:rmic (Results 1 - 25 of 75) sorted by relevance

123

/openjdk7/jdk/make/sun/rmi/rmic/
H A DFILES.gmk30 sun/rmi/rmic/BatchEnvironment.java \
31 sun/rmi/rmic/Util.java \
32 sun/rmi/rmic/Constants.java \
33 sun/rmi/rmic/Generator.java \
34 sun/rmi/rmic/IndentingWriter.java \
35 sun/rmi/rmic/Main.java \
36 sun/rmi/rmic/Names.java \
37 sun/rmi/rmic/RMIConstants.java \
38 sun/rmi/rmic/RMIGenerator.java \
39 sun/rmi/rmic/RemoteClas
[all...]
H A DMakefile27 # Makefile for building sun.rmi.rmic.* and the "rmic" command
31 PACKAGE = sun.rmi.rmic
53 RESOURCE_BUNDLES_UNCOMPILED_PROPERTIES = $(PKGDIR)/resources/rmic.properties
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DContextElement.java33 package sun.rmi.rmic.iiop;
H A DPrintGenerator.java32 package sun.rmi.rmic.iiop;
39 import sun.rmi.rmic.IndentingWriter;
40 import sun.rmi.rmic.Main;
43 * An IDL generator for rmic.
47 public class PrintGenerator implements sun.rmi.rmic.Generator,
48 sun.rmi.rmic.iiop.Constants {
121 public void generate(sun.rmi.rmic.BatchEnvironment env, ClassDefinition cdef, File destDir) {
/openjdk7/corba/make/sun/rmi/rmic/
H A DFILES.gmk29 sun/rmi/rmic/iiop/AbstractType.java \
30 sun/rmi/rmic/iiop/ArrayType.java \
31 sun/rmi/rmic/iiop/BatchEnvironment.java \
32 sun/rmi/rmic/iiop/ClassType.java \
33 sun/rmi/rmic/iiop/CompoundType.java \
34 sun/rmi/rmic/iiop/Constants.java \
35 sun/rmi/rmic/iiop/DirectoryLoader.java \
36 sun/rmi/rmic/iiop/ClassPathLoader.java \
37 sun/rmi/rmic/iiop/Generator.java \
38 sun/rmi/rmic/iio
[all...]
H A DMakefile27 # Makefile for building sun.rmi.rmic.* and the "rmic" command
31 PACKAGE = sun.rmi.rmic
/openjdk7/corba/make/com/sun/corba/se/rmi/rmic/
H A DSUN_RMI_RMIC_IIOP_java.gmk35 sun/rmi/rmic/iiop/AbstractType.java \
36 sun/rmi/rmic/iiop/ArrayType.java \
37 sun/rmi/rmic/iiop/BatchEnvironment.java \
38 sun/rmi/rmic/iiop/ClassType.java \
39 sun/rmi/rmic/iiop/CompoundType.java \
40 sun/rmi/rmic/iiop/Constants.java \
41 sun/rmi/rmic/iiop/DirectoryLoader.java \
42 sun/rmi/rmic/iiop/ClassPathLoader.java \
43 sun/rmi/rmic/iiop/Generator.java \
44 sun/rmi/rmic/iio
[all...]
H A DMakefile27 # Makefile for building sun.rmi.rmic.* and the "rmic" command
31 PACKAGE = sun.rmi.rmic
/openjdk7/jdk/test/sun/rmi/rmic/classFileVersion/
H A Drun.sh26 # @summary This test verifies that rmic does not fail if it encounters
42 ${TESTJAVA}/bin/rmic -classpath ${TESTCLASSES:-.} -d ${TESTCLASSES:-.} G1Impl
/openjdk7/jdk/test/sun/rmi/rmic/covariantReturns/
H A Drun.sh26 # @summary This test verifies that rmic does not fail if it encounters
43 ${TESTJAVA}/bin/rmic -classpath ${TESTCLASSES:-.} -d ${TESTCLASSES:-.} G2Impl
44 ${TESTJAVA}/bin/rmic -classpath ${TESTCLASSES:-.} -d ${TESTCLASSES:-.} G5Impl
/openjdk7/jdk/test/sun/rmi/rmic/minimizeWrapperInstances/
H A Drun.sh26 # @summary This test verifies that the code generated by rmic to wrap
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
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DConstants.java26 package sun.rmi.rmic;
H A DGenerator.java33 package sun.rmi.rmic;
40 * to rmic. See the rmic.properties file for a description of the format for
41 * adding new Generators to rmic.
H A DRMIConstants.java33 package sun.rmi.rmic;
42 public interface RMIConstants extends sun.rmi.rmic.Constants {
45 * identifiers for RMI classes referenced by rmic
H A DNames.java26 package sun.rmi.rmic;
31 * Names provides static utility methods used by other rmic classes
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/newrmic/
H A DConstants.java26 package sun.rmi.rmic.newrmic;
29 * Constants potentially useful to all rmic generators.
42 * fully-qualified names of types used by rmic
H A DGenerator.java26 package sun.rmi.rmic.newrmic;
33 * The interface to rmic back end implementations. Classes that
35 * of rmic (JRMP, IIOP, IDL, etc.).
37 * A Generator instance corresponds to a particular rmic compilation
75 * Generates the protocol-specific rmic output files for the
77 * class or interface specified on the command line for the rmic
/openjdk7/jdk/test/sun/rmi/rmic/defaultStubVersion/
H A Drun.sh26 # @summary This test verifies that when rmic is run with no explicit
49 ${TESTJAVA}/bin/rmic -classpath ${TESTCLASSES:-.} -keep -nowrite -d $defdir G1Impl
50 ${TESTJAVA}/bin/rmic -classpath ${TESTCLASSES:-.} -keep -nowrite -d $refdir -v1.2 G1Impl
/openjdk7/jdk/test/sun/rmi/rmic/extraCompilation/
H A Drun.sh26 # @summary rmic should not try to compile source files in its (binary)
47 ${TESTJAVA}/bin/rmic -classpath . -d . Impl
52 echo "TEST FAILED: rmic invocation succeeded"
55 echo "TEST PASSED: rmic invocation failed"
/openjdk7/corba/make/com/sun/corba/se/rmi/
H A DMakefile33 SUBDIRS = rmic
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/newrmic/jrmp/
H A DConstants.java26 package sun.rmi.rmic.newrmic.jrmp;
29 * Constants specific to the JRMP rmic generator.
42 * fully-qualified names of types used by rmic
H A DJrmpGenerator.java26 package sun.rmi.rmic.newrmic.jrmp;
38 import sun.rmi.rmic.newrmic.BatchEnvironment;
39 import sun.rmi.rmic.newrmic.Generator;
40 import sun.rmi.rmic.newrmic.IndentingWriter;
41 import sun.rmi.rmic.newrmic.Main;
42 import sun.rmi.rmic.newrmic.Resources;
44 import static sun.rmi.rmic.newrmic.jrmp.Constants.*;
47 * JRMP rmic back end; generates source code for JRMP stub and
94 main.error("rmic.cannot.use.both", explicitVersion, arg);
141 env.output(Resources.getText("rmic
[all...]
/openjdk7/jdk/make/sun/rmi/
H A DMakefile33 # Order is important -- you can't build stubs without building rmic first.
37 # be built from rmic Makefile.
39 SUBDIRS = oldtools rmic
/openjdk7/jdk/test/sun/rmi/rmic/classpath/
H A DRMICClassPathTest.java37 import sun.rmi.rmic.BatchEnvironment;
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A Dbatch.sh64 ${TESTJAVA}/bin/rmic -keep -nowrite -v1.1 -d $refv11dir -classpath "$@"
65 ${TESTJAVA}/bin/rmic -keep -nowrite -vcompat -d $refvcompatdir -classpath "$@"
66 ${TESTJAVA}/bin/rmic -keep -v1.2 -d $refv12dir -classpath "$@"
68 ${TESTJAVA}/bin/rmic -Xnew -nowrite -keep -v1.1 -d $newv11dir -classpath "$@"
69 ${TESTJAVA}/bin/rmic -Xnew -nowrite -keep -vcompat -d $newvcompatdir -classpath "$@"
70 ${TESTJAVA}/bin/rmic -Xnew -keep -v1.2 -d $newv12dir -classpath "$@"
87 echo "TEST PASSED: new rmic output identical to reference rmic output"

Completed in 122 milliseconds

123