Integrated: 8261160: Add a deserialization JFR event
Chris Hegarty
chegar at openjdk.java.net
Fri Feb 12 17:38:40 UTC 2021
On Tue, 9 Feb 2021 12:35:27 GMT, Chris Hegarty <chegar at openjdk.org> wrote:
> This issue adds a new event to improve diagnostic information of Java deserialization. The event captures the details of deserialization activity from ObjectInputStream. The event details are similar to that of the serial filter, but is agnostic of whether a filter is installed or not. The event also captures the filter status, if there is one.
This pull request has now been integrated.
Changeset: 3dc6f52a
Author: Chris Hegarty <chegar at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/3dc6f52a
Stats: 620 lines in 12 files changed: 598 ins; 5 del; 17 mod
8261160: Add a deserialization JFR event
Co-authored-by: Sean Coffey <coffeys at openjdk.org>
Co-authored-by: Chris Hegarty <chegar at openjdk.org>
Reviewed-by: coffeys, rriggs, dfuchs, egahlin
-------------
PR: https://git.openjdk.java.net/jdk/pull/2479
More information about the security-dev
mailing list