RFR: 8211238: @Deprecated JFR event [v16]
Jaroslav Bachorik
jbachorik at openjdk.org
Tue Dec 5 17:22:42 UTC 2023
On Tue, 5 Dec 2023 16:05:58 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:
>> Greetings,
>>
>> please help review this enhancement to add a JFR event to report runtime invocations of methods that have been declared deprecated in the JDK.
>>
>> Testing: jdk_jfr, CI 1-6, stress testing
>>
>> Thanks
>> Markus
>
> Markus Grönlund has updated the pull request incrementally with one additional commit since the last revision:
>
> update event description
src/jdk.jfr/share/classes/jdk/jfr/internal/test/DeprecatedMethods.java line 25:
> 23: package jdk.jfr.internal.test;
> 24:
> 25: public class DeprecatedMethods {
Is this class (and also `DeprecatedThing`) supposed to be in the source tree rather than the test tree?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16931#discussion_r1416028262
More information about the hotspot-jfr-dev
mailing list