src/hotspot/os/windows/threadCritical_windows.cpp
changeset 47765 b7c7428eaab9
parent 47524 97569cf468f4
child 59252 623722a6aeb9
--- a/src/hotspot/os/windows/threadCritical_windows.cpp	Mon Oct 30 16:37:53 2017 +0100
+++ b/src/hotspot/os/windows/threadCritical_windows.cpp	Tue Oct 31 11:55:09 2017 -0400
@@ -36,7 +36,7 @@
 //
 
 static bool initialized = false;
-static volatile jint lock_count = -1;
+static volatile int lock_count = -1;
 static HANDLE lock_event;
 static DWORD lock_owner = -1;