fix after JDK-8375040

This commit is contained in:
tstuefe 2026-01-27 10:57:11 +01:00
parent 9565adcda6
commit 5d79624b18

View File

@ -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 --;
}