8244658: Remove dead code in code cache sweeper

Reviewed-by: mdoerr, kvn
This commit is contained in:
Nils Eliasson 2020-06-03 15:26:04 +02:00
parent 10874e0291
commit 06b49fa3f7
4 changed files with 0 additions and 87 deletions

View file

@ -94,10 +94,6 @@ void VM_ClearICs::doit() {
}
}
void VM_MarkActiveNMethods::doit() {
NMethodSweeper::mark_active_nmethods();
}
VM_DeoptimizeFrame::VM_DeoptimizeFrame(JavaThread* thread, intptr_t* id, int reason) {
_thread = thread;
_id = id;