JDK 24 |
---|
24 b25Fixed |
Relates :
|
|
Relates :
|
|
Relates :
|
The declaration for jfr_type_id has the second argument as `jobject jvm`. The definition has `jclass jvm`. This leads to an ODR violation error when building with LTO. The declaration is incorrect, and should be changed to match the definition. This mismatch appears to have introduced by JDK-8310661, which updated the definition but not the declaration. All the other nearby declarations were updated by that change.
|