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

/openjdk7/jdk/test/sun/rmi/rmic/defaultStubVersion/
H A Drun.sh49 ${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/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 "$@"
68 ${TESTJAVA}/bin/rmic -Xnew -nowrite -keep -v1.1 -d $newv11dir -classpath "$@"
69 ${TESTJAVA}/bin/rmic -Xnew -nowrite -keep -vcompat -d $newvcompatdir -classpath "$@"
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DMain.java77 boolean nowrite; field in class:Main
188 nowrite = false;
234 } else if (argv[i].equals("-nowrite")) {
235 nowrite = true;
756 if (src.getError() || nowrite) {
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DMain.java215 boolean nowrite = false;
298 } else if (argv[i].equals("-nowrite")) {
299 nowrite = true;
587 if (src.getNestError() || nowrite) {
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h163 int nowrite; member in struct:unpacker
H A Dunpack.cpp4715 if (nowrite NOT_PRODUCT(|| skipfiles-- > 0)) {

Completed in 70 milliseconds