mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
fix windows build warning
This commit is contained in:
parent
bb6fa86a81
commit
c85b20fe55
@ -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()) {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user