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

/openjdk7/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DJcmdBase.java24 package jdk.testlibrary;
45 // jcmd from the jdk to be tested
H A DOutputBuffer.java24 package jdk.testlibrary;
H A DStreamPumper.java24 package jdk.testlibrary;
H A DJdkFinder.java24 package jdk.testlibrary;
46 * Returns the full path to a java launcher in jdk/bin based on system
51 * @return Full path to a java launcher in jdk/bin.
58 * Returns the full path to an executable in jdk/bin based on system
60 * either 'compile.jdk' or 'test.jdk' system properties.
61 * 'test.jdk' is normally set by jtreg. When running test separately,
62 * set this property using '-Dtest.jdk=/path/to/jdk'.
69 * @return Full path to an executable in jdk/bi
[all...]
H A DProcessTools.java24 package jdk.testlibrary;
135 * Create ProcessBuilder using the java launcher from the jdk to be tested
H A DOutputAnalyzer.java24 package jdk.testlibrary;
/openjdk7/langtools/test/tools/javah/6572945/
H A DT6572945.java54 jdk = new File(args[0]);
83 if (jdk != null)
143 cmdArgs[0] = new File(new File(jdk, "bin"), "javah").getPath();
238 private File jdk; field in class:T6572945
/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.hpp137 static JDK_Version jdk(uint8_t m) { function in class:VALUE_OBJ_CLASS_SPEC

Completed in 62 milliseconds