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

/openjdk7/langtools/test/tools/javah/compareTest/
H A DCompareTest.java81 public void test(List<String> options, File bootclasspath, String className) argument
90 int old_rc = old_javah(options, oldOutDir, bootclasspath, className);
93 int new_rc = new_javah(options, newOutDir, bootclasspath, className);
101 int old_javah(List<String> options, File outDir, File bootclasspath, String className) argument
108 cmd.add("-bootclasspath");
109 cmd.add(bootclasspath.getPath());
126 int new_javah(List<String> options, File outDir, File bootclasspath, String className) { argument
131 args.add("-bootclasspath");
132 args.add(bootclasspath.getPath());

Completed in 83 milliseconds