hotspot/src/share/vm/runtime/vm_operations.cpp
void VM_UnlinkSymbols::doit() {
JavaThread *thread = (JavaThread *)calling_thread();
assert(thread->is_Java_thread(), "must be a Java thread");
SymbolTable::unlink();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.