fix windows build warning

This commit is contained in:
tstuefe 2026-01-24 07:45:15 +01:00
parent bb6fa86a81
commit c85b20fe55

View File

@ -302,7 +302,7 @@ void DFSClosure::handle_objarrayoop() {
void DFSClosure::drain_probe_stack() {
DEBUG_ONLY(unsigned last_depth = 0;)
DEBUG_ONLY(size_t last_depth = 0;)
while (probe_stack_pop() && !GranularTimer::is_finished()) {