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

12

/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp89 void SymbolTable::unlink() { function in class:SymbolTable
749 void StringTable::unlink(BoolObjectClosure* is_alive) { function in class:StringTable
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsScavenge.cpp475 StringTable::unlink(&_is_alive_closure);
H A DpsParallelCompact.cpp2467 StringTable::unlink(is_alive_closure());
2469 SymbolTable::unlink();
/openjdk7/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp453 // if the file is a directory, the following unlink will fail. since
458 RESTARTABLE(::unlink(path), result);
461 warning("Could not unlink shared memory backing"
H A Dos_bsd.cpp2874 unlink(buf);
2888 unlink(buf);
5169 ::unlink(path);
/openjdk7/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp453 // if the file is a directory, the following unlink will fail. since
458 RESTARTABLE(::unlink(path), result);
461 warning("Could not unlink shared memory backing"
H A Dos_linux.cpp2625 unlink(buf);
2639 unlink(buf);
4956 ::unlink(path);
/openjdk7/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp490 // if the file is a directory, the following unlink will fail. since
495 RESTARTABLE(::unlink(path), result);
498 warning("Could not unlink shared memory backing"
H A Dos_solaris.cpp5709 ::unlink(path);
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp495 if (::unlink(path) == OS_ERR) {
498 warning("Could not unlink shared memory backing"
/openjdk7/hotspot/src/share/vm/memory/
H A Ddump.cpp1094 SymbolTable::unlink();
1562 // Rewrite and unlink classes.
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c699 if (unlink(path) == -1) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp2416 StringTable::unlink(&g1_is_alive);
2418 SymbolTable::unlink();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp6022 SymbolTable::unlink();
6029 StringTable::unlink(&_is_alive_closure);

Completed in 133 milliseconds

12