RFR: 8275338: Add JFR events for notable serialization situations [v4]
Roger Riggs
rriggs at openjdk.org
Wed Jan 10 18:44:27 UTC 2024
On Wed, 10 Jan 2024 17:41:41 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:
>> The spec is silent about methods being 'native'; it would generally be impractical to implement native methods for these purposes, but a native method can implement the behavior.
>
> @RogerRiggs The checks are agnostic about a method being `native` or not, so I'm not sure I get your point about `native` methods.
Right, there's nothing to change; a method declared as native is not mis-declared.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17129#discussion_r1447785756
More information about the core-libs-dev
mailing list