Searched refs:unlink (Results 26 - 48 of 48) sorted by relevance

12

/openjdk9/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp62 unlink(_file);
/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1MarkSweep.cpp188 G1StringDedup::unlink(&GenMarkSweep::is_alive);
H A Dg1ConcurrentMark.cpp1793 G1StringDedup::unlink(&g1_is_alive);
/openjdk9/jdk/src/java.base/unix/classes/sun/nio/fs/
H A DUnixChannelFactory.java273 // unlink file immediately if delete on close. The spec is clear that
274 // an implementation cannot guarantee to unlink the correct file when
281 unlink(path);
H A DUnixNativeDispatcher.java141 * unlink(const char* path)
143 static void unlink(UnixPath path) throws UnixException { method in class:UnixNativeDispatcher
H A DUnixFileSystemProvider.java232 unlink(file);
/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DpsMarkSweep.cpp555 StringTable::unlink(is_alive_closure());
561 SymbolTable::unlink();
H A DpsParallelCompact.cpp2134 StringTable::unlink(is_alive_closure());
2140 SymbolTable::unlink();
/openjdk9/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp194 SymbolTable::unlink();
/openjdk9/hotspot/src/os/solaris/dtrace/
H A Djvm_dtrace.c219 int res = unlink(path);
/openjdk9/hotspot/src/os/bsd/dtrace/
H A Djvm_dtrace.c219 int res = unlink(path);
/openjdk9/hotspot/src/share/vm/classfile/
H A Ddictionary.cpp348 void Dictionary::unlink(BoolObjectClosure* is_alive) { function in class:Dictionary
351 _pd_cache_table->unlink(is_alive);
521 void ProtectionDomainCacheTable::unlink(BoolObjectClosure* is_alive) { function in class:ProtectionDomainCacheTable
H A DsymbolTable.cpp133 void SymbolTable::unlink(int* processed, int* removed) { function in class:SymbolTable
H A DsystemDictionary.cpp1956 // explicitly unlink them here instead of in Dictionary::do_unloading.
1957 dictionary()->unlink(is_alive);
/openjdk9/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp353 // NOTE: The code below uses fchdir(), open() and unlink() because
695 // if the file is a directory, the following unlink will fail. since
700 RESTARTABLE(::unlink(path), result);
703 warning("Could not unlink shared memory backing"
750 unlink(entry->d_name);
773 unlink(entry->d_name);
/openjdk9/hotspot/src/os/aix/vm/
H A DperfMemory_aix.cpp438 // NOTE: The code below uses fchdir(), open() and unlink() because
741 // if the file is a directory, the following unlink will fail. since
746 RESTARTABLE(::unlink(path), result);
749 warning("Could not unlink shared memory backing"
793 unlink(entry->d_name);
815 unlink(entry->d_name);
/openjdk9/hotspot/src/jdk.internal.vm.compiler/.mx.graal/
H A Dsanitycheck.py375 os.unlink(jvmErrorFile)
/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentSkipListMap.java156 * to unlink these deleted nodes.
248 * using CAS to link and unlink. Races are allowed in index-list
591 * unlink that may lose this index node, if the node being
610 final boolean unlink(Index<K,V> succ) { method in class:ConcurrentSkipListMap.Index
669 if (!q.unlink(r))
701 * unlink any subsequent deleted nodes encountered.
712 * findPredecessor returned a deleted node. We can't unlink
896 if (!q.unlink(r))
1077 if (r != null && r.indexesDeletedNode() && !q.unlink(r))
1152 q.unlink(
[all...]
/openjdk9/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp496 if (::unlink(path) == OS_ERR) {
499 warning("Could not unlink shared memory backing"
/openjdk9/jdk/src/java.base/unix/native/libnio/fs/
H A DUnixNativeDispatcher.c803 if (unlink(path) == -1) {
/openjdk9/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2109 unlink(buf);
2123 unlink(buf);
/openjdk9/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2572 unlink(buf);
2586 unlink(buf);
/openjdk9/hotspot/src/share/vm/gc/cms/
H A DconcurrentMarkSweepGeneration.cpp5256 SymbolTable::unlink();
5262 StringTable::unlink(&_is_alive_closure);

Completed in 419 milliseconds

12