8330064: JFR: Incorrect function declarations for register/unregister_stack_filter

Reviewed-by: mgronlun, dcubed, egahlin, jwaters
This commit is contained in:
David Holmes 2024-04-15 07:31:58 +00:00
parent b486709b06
commit bc1a1a5861

View File

@ -161,9 +161,9 @@ jlong JNICALL jfr_host_total_swap_memory(JNIEnv* env, jclass jvm);
void JNICALL jfr_emit_data_loss(JNIEnv* env, jclass jvm, jlong bytes);
jlong JNICALL jfr_register_stack_filter(JNIEnv* env, jobject classes, jobject methods);
jlong JNICALL jfr_register_stack_filter(JNIEnv* env, jclass jvm, jobjectArray classes, jobjectArray methods);
jlong JNICALL jfr_unregister_stack_filter(JNIEnv* env, jlong start_filter_id);
jlong JNICALL jfr_unregister_stack_filter(JNIEnv* env, jclass jvm, jlong id);
#ifdef __cplusplus
}