8243941: build issue introduced with the push of 8242237

Use right type to declare function argument

Reviewed-by: iignatyev
This commit is contained in:
Serguei Spitsyn 2020-04-28 04:46:08 +00:00
parent 3a9f7648d2
commit ae9d5636f1

@ -242,7 +242,7 @@ check_hidden_class_array(jvmtiEnv* jvmti, JNIEnv* jni, jclass klass_array, const
/* Process a CLASS_LOAD or aClassPrepare event. */
static void process_class_event(jvmtiEnv* jvmti, JNIEnv* jni, jclass klass,
int* event_count_ptr, const char* event_name) {
jint* event_count_ptr, const char* event_name) {
char* sig = NULL;
char* gsig = NULL;
jvmtiError err;