Searched defs:JAVAC (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/tools/LogCompilation/
H A DMakefile57 JAVAC = $(JDK_HOME)/bin/javac macro
65 $(JAVAC) -source 1.5 -deprecation -sourcepath $(SRC_DIR) -d $(OUTPUT_DIR) @filelist
/openjdk7/hotspot/agent/make/
H A DMakefile266 JAVAC = $(JDK_HOME)/bin/javac macro
274 $(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

Completed in 58 milliseconds