JDK-8339149 : jfr_flush_event_writer - return value type mismatch
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 21,24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-08-28
  • Updated: 2024-12-16
  • Resolved: 2024-08-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 24
24 b13Fixed
Related Reports
Relates :  
Description
declaration:

jboolean JNICALL jfr_event_writer_flush(JNIEnv* env, jclass jvm, jobject writer, jint used_size, jint requested_size);

definition:

NO_TRANSITION(void, jfr_event_writer_flush(JNIEnv* env, jclass jvm, jobject writer, jint used_size, jint requested_size))
  JfrJavaEventWriter::flush(writer, used_size, requested_size, JavaThread::current());
NO_TRANSITION_END
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/20742 Date: 2024-08-28 09:33:00 +0000
28-08-2024

Changeset: 9d183bd0 Branch: master Author: Markus Grönlund <mgronlun@openjdk.org> Date: 2024-08-28 12:19:58 +0000 URL: https://git.openjdk.org/jdk/commit/9d183bd02763ee4ff5aa8388e039d8b5a6964328
28-08-2024