8344080: Return type mismatch for jfr_unregister_stack_filter

Reviewed-by: tschatzl, kbarrett
This commit is contained in:
Markus Grönlund 2024-11-13 14:19:20 +00:00
parent 4c5bc5f2f0
commit a08d67c2a9

View File

@ -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);