mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
fix after JDK-8375040
This commit is contained in:
parent
9565adcda6
commit
5d79624b18
@ -292,7 +292,7 @@ void DFSClosure::handle_objarrayoop() {
|
||||
|
||||
// push child references
|
||||
_current_depth ++;
|
||||
pointee_oa->oop_iterate_range(this, begidx, endidx);
|
||||
pointee_oa->oop_iterate_elements_range(this, begidx, endidx);
|
||||
_current_depth --;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user