Skip to content

Commit a08d67c

Browse files
author
Markus Grönlund
committedNov 13, 2024
8344080: Return type mismatch for jfr_unregister_stack_filter
Reviewed-by: tschatzl, kbarrett
1 parent 4c5bc5f commit a08d67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/hotspot/share/jfr/jni/jfrJniMethod.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ void JNICALL jfr_emit_data_loss(JNIEnv* env, jclass jvm, jlong bytes);
163163

164164
jlong JNICALL jfr_register_stack_filter(JNIEnv* env, jclass jvm, jobjectArray classes, jobjectArray methods);
165165

166-
jlong JNICALL jfr_unregister_stack_filter(JNIEnv* env, jclass jvm, jlong id);
166+
void JNICALL jfr_unregister_stack_filter(JNIEnv* env, jclass jvm, jlong id);
167167

168168
jlong JNICALL jfr_nanos_now(JNIEnv* env, jclass jvm);
169169

0 commit comments

Comments
 (0)
Please sign in to comment.