mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8244658
: Remove dead code in code cache sweeper
Reviewed-by: mdoerr, kvn
This commit is contained in:
parent
10874e0291
commit
06b49fa3f7
4 changed files with 0 additions and 87 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue