hotspot/src/share/vm/prims/jvmtiEnvBase.cpp
changeset 27165 785a8d56024c
parent 24351 61b33cc6d3cf
child 29081 c61eb4914428
--- a/hotspot/src/share/vm/prims/jvmtiEnvBase.cpp	Mon Oct 13 22:11:39 2014 +0200
+++ b/hotspot/src/share/vm/prims/jvmtiEnvBase.cpp	Tue Oct 14 10:32:12 2014 -0700
@@ -1031,7 +1031,7 @@
     // implied else: entry_count == 0
   }
 
-  int nWant,nWait;
+  jint nWant, nWait;
   if (mon != NULL) {
     // this object has a heavyweight monitor
     nWant = mon->contentions(); // # of threads contending for monitor