src/hotspot/share/prims/jvmtiImpl.cpp
changeset 47765 b7c7428eaab9
parent 47216 71c04702a3d5
child 48105 8d15b1369c7a
--- a/src/hotspot/share/prims/jvmtiImpl.cpp	Mon Oct 30 16:37:53 2017 +0100
+++ b/src/hotspot/share/prims/jvmtiImpl.cpp	Tue Oct 31 11:55:09 2017 -0400
@@ -523,7 +523,7 @@
 //
 
 // Constructor for non-object getter
-VM_GetOrSetLocal::VM_GetOrSetLocal(JavaThread* thread, jint depth, int index, BasicType type)
+VM_GetOrSetLocal::VM_GetOrSetLocal(JavaThread* thread, jint depth, jint index, BasicType type)
   : _thread(thread)
   , _calling_thread(NULL)
   , _depth(depth)
@@ -536,7 +536,7 @@
 }
 
 // Constructor for object or non-object setter
-VM_GetOrSetLocal::VM_GetOrSetLocal(JavaThread* thread, jint depth, int index, BasicType type, jvalue value)
+VM_GetOrSetLocal::VM_GetOrSetLocal(JavaThread* thread, jint depth, jint index, BasicType type, jvalue value)
   : _thread(thread)
   , _calling_thread(NULL)
   , _depth(depth)