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

/openjdk7/jdk/make/java/sun_nio/
H A DMakefile34 OTHER_JAVACFLAGS += -Xlint:serial,-deprecation -Werror
/openjdk7/jdk/make/sun/rmi/registry/
H A DMakefile33 JAVAC_LINT_OPTIONS = -Xlint:all,-deprecation
/openjdk7/hotspot/src/share/tools/LogCompilation/
H A DMakefile65 $(JAVAC) -source 1.5 -deprecation -sourcepath $(SRC_DIR) -d $(OUTPUT_DIR) @filelist
/openjdk7/jdk/make/sun/rmi/rmi/
H A DMakefile33 JAVAC_LINT_OPTIONS = -Xlint:all,-deprecation
/openjdk7/jdk/make/sun/nio/cs/
H A DMakefile39 OTHER_JAVACFLAGS += -Xlint:serial,-deprecation -Werror
/openjdk7/jdk/make/com/oracle/security/ucrypto/
H A DMakefile101 JAVAC_LINT_OPTIONS=-Xlint:all,-deprecation
/openjdk7/hotspot/agent/make/
H A DMakefile274 $(JAVAC) -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist
286 $(JAVAC) -J-Xprof -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DEnvironment.java837 public final boolean deprecation() { method in class:Environment
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DMain.java294 } else if (argv[i].equals("-deprecation")) {
668 if (env.deprecation()) {
673 env.error(0, "warn.note.1deprecation",
681 env.error(0, "warn.note.1deprecation.silent",
H A DBatchEnvironment.java107 * A list of files containing deprecation warnings.
1280 // Classify `err' as a warning, deprecation warning, or
1284 // This is a deprecation warning. Add `src' to the
1285 // list of files with deprecation warnings.
1292 // deprecation count.
1293 if (deprecation()) {

Completed in 53 milliseconds