8205417: Obsolete UnlinkSymbolsALot debugging option

Obsolete and remove support for UnlinkSymbolsALot

Reviewed-by: hseigel, dholmes
This commit is contained in:
Coleen Phillimore 2018-07-06 09:10:07 -04:00
parent 5ff2b5fe98
commit 61d4faee90
6 changed files with 2 additions and 29 deletions

View file

@ -192,12 +192,6 @@ void VM_ZombieAll::doit() {
#endif // !PRODUCT
void VM_UnlinkSymbols::doit() {
JavaThread *thread = (JavaThread *)calling_thread();
assert(thread->is_Java_thread(), "must be a Java thread");
SymbolTable::unlink();
}
void VM_Verify::doit() {
Universe::heap()->prepare_for_verify();
Universe::verify();