Searched refs:compile (Results 51 - 75 of 246) sorted by relevance

12345678910

/openjdk7/langtools/test/tools/javac/6917288/
H A DT6917288.java65 int rc = compile(opts, f);
78 int compile(List<String> opts, File... files) { method in class:T6917288
85 int rc = com.sun.tools.javac.Main.compile(args.toArray(new String[args.size()]), pw);
/openjdk7/langtools/test/tools/javac/
H A DTestPkgInfo.java104 compile(opts, files);
135 void compile(List<String> opts, List<File> files) throws Exception { method in class:TestPkgInfo
143 int rc = com.sun.tools.javac.Main.compile(args.toArray(new String[args.size()]), pw);
H A DVersionOpt.java78 com.sun.tools.javac.Main.compile(new String[] { "-version" }, new PrintWriter(sw));
82 com.sun.tools.javac.Main.compile(new String[] { "-fullversion" }, new PrintWriter(sw));
H A DT6668802.java65 System.err.println("compile: " + options);
69 int rc = com.sun.tools.javac.Main.compile(opts, out);
H A DT6759996.java54 int rc = com.sun.tools.javac.Main.compile(args, out);
H A DT6873849.java57 System.err.println("compile: " + args);
58 int rc = com.sun.tools.javac.Main.compile(args.toArray(new String[args.size()]), pw);
/openjdk7/langtools/test/tools/javac/scope/7046348/
H A DEagerInterfaceCompletionTest.java61 compile(null, hierarchyKind.source);
64 compile(dc, testKind.source);
80 void compile(DiagnosticChecker dc, JavaSource... sources) { method in class:EagerInterfaceCompletionTest
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/cmdline/
H A DCompile.java130 compileOK = xsltc.compile(System.in, xsltc.getClassName());
145 compileOK = xsltc.compile(stylesheetVector);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/
H A DNGCCRuntimeEx.java91 Pattern pattern = Pattern.compile(regex);
111 Pattern pattern = Pattern.compile(regex);
/openjdk7/jdk/src/solaris/sample/dtrace/hotspot/
H A Dmethod_compile_stat.d80 * hotspot:::method-compile-begin
94 hotspot$target:::method-compile-begin
118 * hotspot:::method-compile-end
134 hotspot$target:::method-compile-end
159 hotspot$target:::method-compile-end
181 hotspot$target:::method-compile-end
/openjdk7/langtools/test/tools/javac/6567415/
H A DT6567415.java29 * @compile -XDignore.symbol.file T6567415.java
46 * magic file length, then use this mutated file on the classpath to compile
75 com.sun.tools.javac.Main.compile(cmds);
135 int ret = com.sun.tools.javac.Main.compile(cmds);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/logging/
H A DHttpLogFormatter.java45 pattern = Pattern.compile("\\{[^\\}]*\\}");
46 cpattern = Pattern.compile("[^,\\] ]{2,}");
/openjdk7/langtools/test/tools/javac/policy/test1/
H A DTest1b.java48 // These test cases should be uncommented when the default compile policy is
106 int rc = com.sun.tools.javac.Main.compile(l.toArray(new String[l.size()]), new PrintWriter(sw));
109 Pattern p = Pattern.compile("([A-Z]+).*");
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A Drecompile.java95 REProgram program = r.compile(pattern);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DCPPExpressions.java79 castPattern = Pattern.compile("\\s*\\(\\s*([0-9A-Za-z:_]*)\\s*\\*\\s*\\)\\s*([0-9a-zA-Z]*)\\s*");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DBuiltInEncodingAlgorithm.java37 protected final static Pattern SPACE_PATTERN = Pattern.compile("\\s");
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/
H A DMain.java113 return compiler.compile(args, factory);
/openjdk7/langtools/test/tools/javac/Paths/6638501/
H A DJarFromManifestFailure.java43 compile(testClasses, null, new File(testSrc, "HelloLib/test/HelloImpl.java"), new File(testSrc, "WsCompileExample.java"));
57 System.err.println("First compile!!!");
58 if (com.sun.tools.javac.Main.compile(args1) != 0) {
59 throw new AssertionError("Failure in first compile!");
62 System.err.println("Second compile!!!");
69 if (com.sun.tools.javac.Main.compile(args1) != 0) {
70 throw new AssertionError("Failure in second compile!");
74 static void compile(File classOutDir, Iterable<File> classPath, File... files) { method in class:JarFromManifestFailure
75 System.err.println("compile...");
/openjdk7/langtools/test/tools/javac/lib/
H A DCompileFail.java28 * Utility class to emulate jtreg @compile/fail, but also checking the specific
52 int rc = com.sun.tools.javac.Main.compile(
/openjdk7/langtools/test/tools/javac/options/
H A DT6986895.java56 int rc = com.sun.tools.javac.Main.compile(args, pw);
/openjdk7/langtools/test/tools/javap/
H A DT4075403.java56 int rc = com.sun.tools.javac.Main.compile(new String[] { "-g", f.getPath() });
H A DT4880663.java57 int rc = com.sun.tools.javac.Main.compile(new String[] { "-g", f.getPath() });
H A DT6271787.java59 int rc = com.sun.tools.javac.Main.compile(new String[] { "-g", f.getPath() });
H A DT6622216.java55 int rc = com.sun.tools.javac.Main.compile(new String[] { f.getPath() });
/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.cpp28 #include "opto/compile.hpp"
124 Compile *compile = Compile::current(); local
125 BitBlock *free = (BitBlock*)compile->indexSet_free_block_list();
140 compile->set_indexSet_free_block_list(free);
160 Compile *compile = Compile::current(); local
161 BitBlock* free_list = (BitBlock*)compile->indexSet_free_block_list();
164 free_list = (BitBlock*)compile->indexSet_free_block_list();
167 compile->set_indexSet_free_block_list(block->next());

Completed in 51 milliseconds

12345678910