< prev index next >

src/hotspot/share/services/mallocSiteTable.cpp

Print this page

        

@@ -233,12 +233,12 @@
   return false;
 }
 
 
 void MallocSiteTable::AccessLock::exclusiveLock() {
-  jint target;
-  jint val;
+  int target;
+  int val;
 
   assert(_lock_state != ExclusiveLock, "Can only call once");
   assert(*_lock >= 0, "Can not content exclusive lock");
 
   // make counter negative to block out shared locks
< prev index next >