Searched refs:libpath (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/test/runtime/execstack/
H A DTestexecstack.java46 String libpath = System.getProperty("java.library.path");
51 "-Djava.library.path=" + libpath + ":.", "Test", "test-rw");
60 "-Djava.library.path=" + libpath + ":.", "Test", "test-rwx");
69 "-Djava.library.path=" + libpath + ":.", "TestMT", "test-rwx");
/openjdk10/hotspot/test/serviceability/dcmd/jvmti/
H A DLoadAgentDcmdTest.java62 Path libpath = Paths.get(jdkPath, jdkLibPath(), sharedObjectName("instrument"));
64 if (!libpath.toFile().exists()) {
66 "Could not find " + libpath.toAbsolutePath());
69 return libpath.toAbsolutePath().toString();
105 String libpath = getLibInstrumentPath();
110 libpath + " agent.jar");
115 libpath + " \"agent.jar=foo=bar\"");
/openjdk10/hotspot/test/runtime/libadimalloc.solaris.sparc/
H A DTestlibadimalloc.java58 String libpath = System.getProperty("java.library.path");
62 "-Djava.library.path=" + libpath + ":.", "SEGVOverflow");
/openjdk10/hotspot/test/runtime/6819213/
H A DTestBootNativeLibraryPath.java123 String libpath = File.pathSeparator + "tmp" + File.pathSeparator + "foobar";
125 String sunbootlibrarypath = "-Dsun.boot.library.path=" + libpath;
127 if (processOut == null || !processOut.get(0).endsWith(libpath)) {
/openjdk10/hotspot/.mx.jvmci/
H A Dmx_jvmci.py464 libpath = join(_suite.dir, 'lib')
466 executable = join(libpath, 'c1visualizer', 'bin', 'c1visualizer.exe')
468 executable = join(libpath, 'c1visualizer', 'bin', 'c1visualizer')
473 shutil.rmtree(join(libpath, 'c1visualizer'))
479 zf.extractall(libpath)
/openjdk10/jdk/test/java/lang/ProcessBuilder/
H A DBasic.java68 static final String libpath = System.getenv("LIBPATH"); field in class:Basic
1308 expected = AIX.is() ? "LIBPATH="+libpath+",": expected;
1313 pb.environment().put("LIBPATH", libpath);
1824 expected = AIX.is() ? expected + "LIBPATH="+libpath+",": expected;
1889 ? "LC_ALL=C,LIBPATH="+libpath+","
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh[all...]

Completed in 524 milliseconds