Skip to content

Commit

Permalink
8344080: Return type mismatch for jfr_unregister_stack_filter
Browse files Browse the repository at this point in the history
Reviewed-by: tschatzl, kbarrett
  • Loading branch information
Markus Grönlund committed Nov 13, 2024
1 parent 4c5bc5f commit a08d67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/jfr/jni/jfrJniMethod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void JNICALL jfr_emit_data_loss(JNIEnv* env, jclass jvm, jlong bytes);

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

jlong JNICALL jfr_unregister_stack_filter(JNIEnv* env, jclass jvm, jlong id);
void JNICALL jfr_unregister_stack_filter(JNIEnv* env, jclass jvm, jlong id);

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

Expand Down

0 comments on commit a08d67c

Please sign in to comment.