--- old/src/hotspot/share/prims/jvmtiImpl.cpp 2017-10-26 15:25:10.404256133 -0400 +++ new/src/hotspot/share/prims/jvmtiImpl.cpp 2017-10-26 15:25:10.015904789 -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)