mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8035393: Use CLDClosure instead of CLDToOopClosure in frame::oops_interpreted_do
Reviewed-by: tschatzl, coleenp
This commit is contained in:
parent
10d4420b08
commit
4248787654
8 changed files with 25 additions and 20 deletions
|
@ -677,7 +677,7 @@ void VMThread::execute(VM_Operation* op) {
|
|||
}
|
||||
|
||||
|
||||
void VMThread::oops_do(OopClosure* f, CLDToOopClosure* cld_f, CodeBlobClosure* cf) {
|
||||
void VMThread::oops_do(OopClosure* f, CLDClosure* cld_f, CodeBlobClosure* cf) {
|
||||
Thread::oops_do(f, cld_f, cf);
|
||||
_vm_queue->oops_do(f);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue