Skip to content

Commit

Permalink
JDK-8338058
Browse files Browse the repository at this point in the history
  • Loading branch information
MBaesken committed Aug 8, 2024
1 parent 4b740d8 commit 75d4427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/os/windows/os_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3463,6 +3463,7 @@ static char* map_or_reserve_memory_aligned(size_t size, size_t alignment, int fi
}

assert(aligned_base != nullptr, "Did not manage to re-map after %d attempts?", max_attempts);
assert(aligned_base != nullptr, "Did not manage to re-map after %d attempts (size %zu, alignment %zu, file descriptor %d)", max_attempts, size, alignment, file_desc);

return aligned_base;
}
Expand Down

0 comments on commit 75d4427

Please sign in to comment.